Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 640 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 640 Bytes

COVID-19 Scraper

Description

A Node.js scraper using cheerio to scrape wikipedia for latest COVID-19 info.

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