covid-rates
Version:
Package to get easily COVID-19 information by country, abbreviation and continent, on confirmed cases, vaccine- and death rates from https://github.com/M-Media-Group/Covid-19-API
18 lines (17 loc) • 550 B
JSON
{
"name": "covid-rates",
"version": "1.0.5",
"description": "Package to get easily COVID-19 information by country, abbreviation and continent, on confirmed cases, vaccine- and death rates from https://github.com/M-Media-Group/Covid-19-API ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"COVID-19", "vaccine", "confirmed", "deaths", "virus", "cases", "rates"
],
"author": "Janita Toivola",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1"
}
}