Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maschad/covid-scraper
A nodejs scraper for COVID-19 related info
https://github.com/maschad/covid-scraper
Last synced: 13 days ago
JSON representation
A nodejs scraper for COVID-19 related info
- Host: GitHub
- URL: https://github.com/maschad/covid-scraper
- Owner: maschad
- Created: 2020-03-26T16:17:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T19:53:08.000Z (almost 1 year ago)
- Last Synced: 2024-10-08T06:59:41.542Z (3 months ago)
- Language: JavaScript
- Size: 107 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COVID-19 Scraper
## Description
A `Node.js` scraper using `cheerio` to scrape [wikipedia](https://en.wikipedia.org/wiki/Travel_restrictions_related_to_the_2019%E2%80%9320_coronavirus_pandemic) for latest **COVID-19** info.
### [A demo here](https://covid19-scraper.herokuapp.com/)
## Instructions
If you have [Docker](https://www.docker.com/) then:
- Build an image
```
docker build -t /scraper
```
- Run that image```
docker run -p 49160:3000 -d /scraper
```- Get the info :)
```
curl -i localhost:49160
```### NPM/Yarn
```
cd scraper && npm i / yarn
```