A Node.js
scraper using cheerio
to scrape wikipedia for latest COVID-19 info.
If you have Docker then:
-
Build an image
docker build -t <your username>/scraper
-
Run that image
docker run -p 49160:3000 -d <your username>/scraper
-
Get the info :)
curl -i localhost:49160
cd scraper && npm i / yarn