This is the web scraper our app Nebulo uses to scrape air quality data.
It's built to run off Heroku with a scheduled task yarn start
.
It's perhaps the most lo-fi setup ever.
Run yarn start
, which will create a bunch of JSON files in the output/
directory.
- Clone the repo
- Copy
.env.example
to.env
and populate the values
Feel free to create an issue.
MIT