Public
Like
jessiesdata
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v4View latest version
Downloads ecological data from policysupport.org and saves it to blob storage. The script:
- Fetches CSV data from the specified URL
- Saves the data to blob storage with a timestamped key
- Also saves the data with a consistent key "eco_data_latest" for easy access to the most recent data
To run this script manually, you can call it directly. To schedule it to run automatically, you can set up a cron trigger in the Val Town web UI.