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 installPut 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 devor
node src/bin/index.jsPull 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.