Skip to content

maschad/covid-scraper

Repository files navigation

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

About

A nodejs scraper for COVID-19 related info

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published