This repo contains a simple scraper made with Node.js to fetch new daily data about COVID-19 from SESAU/AL reports.
Use the npm package manager to install the dependencies.
npm install
Put the downloaded report inside the samples
folder and change the url
variable in the index.js
file to match the downloaded report name. Then, execute:
npm run dev
or
node src/bin/index.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.