Awesome
<!-- @format -->COVID-19 Scraper
Description
A Node.js
scraper using cheerio
to scrape wikipedia for latest COVID-19 info.
A demo here
Instructions
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
NPM/Yarn
cd scraper && npm i / yarn