node-red-contrib-covid19
Version:
A node-red node to gather information about the statistics of COVID-19 (Corona) virus.
30 lines (29 loc) • 751 B
JSON
{
"name": "node-red-contrib-covid19",
"version": "2.0.1",
"description": "A node-red node to gather information about the statistics of COVID-19 (Corona) virus.",
"dependencies": {
"node-fetch": "2.6.0"
},
"node-red": {
"nodes": {
"corona-statistics": "corona-statistics.js",
"corona-worldwide": "ww-statistics.js",
"corona-countries": "countries.js"
}
},
"keywords": [
"node-red",
"corona",
"statistics",
"covid",
"covid-19"
],
"homepage": "https://github.com/vukmirovic98/node-red-contrib-covid19/",
"repository": {
"type": "git",
"url": "https://github.com/vukmirovic98/node-red-contrib-covid19/.git"
},
"author": "Nemanja Vukmirovic",
"license": "Apache-2.0"
}