HarshCasper / HarshCasper/Rotten-Scripts
[script request]: Retrieve Covid-19 statistics country wise using CLI and covid19-stats npm module
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 497
- PR merge metrics
- No merged PRs in 30d
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Describe the script
The script provides live Covid-19 statistics of a country by using "covid19-stats", an NPM module to retrieve worldometer's live Covid-19 stats. The module uses web scraping to obtain real time access to world wide statistical information. Using this script, you can provide the country name as input and get a JsonArray containing latest statistics of the desired country (as listed in worldometers) such as: country, totalCases, newCases, totalDeaths and newDeaths.
### Language
JavaScript
### Is the feature request related to a problem? Please Specify.
_No response_
### Describe the solution you'd like.
_No response_
### Anything else?
### Demo



### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.