Gathering detailed insights and metrics for covid-cli.js
Gathering detailed insights and metrics for covid-cli.js
Gathering detailed insights and metrics for covid-cli.js
Gathering detailed insights and metrics for covid-cli.js
npm install covid-cli.js
Typescript
Module System
Node Version
NPM Version
JavaScript (99.47%)
Batchfile (0.53%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
3 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Apr 06, 2021
Latest Version
1.0.0
Package Id
covid-cli.js@1.0.0
Unpacked Size
25.22 kB
Size
18.93 kB
File Count
8
NPM Version
7.7.6
Node Version
14.15.4
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
4
An Advanced package For Getting Covid Info And Command Line InterFaces
Hey there! if you Want to install covid-cli.js
,
Do
npm i -g covid-cli.js
it Requires a Global if you Wanted to try Our CLI!
To get started, Here An Example Of Getting Worldwide Covid!
1const covid = require('covid-cli.js'); 2 3covid.all().then(res => { 4 console.log(res); 5 6 /*{ 7 { 8 confirmed: 131869262 9 recovered: 74898414 10 deaths: 2862248 11 } 12 }*/ 13 14});
And Heres an Example of getting Country Covid info
1const covid = require('covid-cli.js'); 2 3covid.getCountry('Indonesia').then(res => { 4 console.log(res); 5 6 /*{ 7 { 8 confirmed: 1537967 9 recovered: 1381677 10 deaths: 41815 11 } 12 }*/ 13 14});
To Use The Covid CLI, You Have to install this Globally. using npm i -g covid-cli.js
And To Use the cli, type covid
in Command prompt. Heres the Example of the CLI.
And If you Wanted to get WorldWide, Choose all.
And If you Want to Search for a Country, Choose
get Country Covid Info
.
you Can Exit by Choosing Exit!
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
1 existing vulnerabilities detected
Details
Reason
Found 0/3 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More