Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 846 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 846 Bytes

sesau-al-scraper

License: MIT

This repo contains a simple scraper made with Node.js to fetch new daily data about COVID-19 from SESAU/AL reports.

Installation

Use the npm package manager to install the dependencies.

npm install

Usage

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

Contributing

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.

License

MIT