@trinetra116/weather-cli-tool
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@trinetra116/weather-cli-tool", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -10,3 +10,19 @@ "main": "index.js", | ||
"type": "module", | ||
"keywords": [], | ||
"keywords": [ | ||
"node", | ||
"nodejs", | ||
"weather", | ||
"weatherapi", | ||
"cli", | ||
"terminal", | ||
"javascript", | ||
"js", | ||
"npm", | ||
"npm-package", | ||
"climate", | ||
"forecast", | ||
"open-source", | ||
"api", | ||
"open-weather" | ||
], | ||
"author": "", | ||
@@ -21,3 +37,7 @@ "license": "ISC", | ||
"weather": "index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/trinetra110/weather-cli-tool.git" | ||
} | ||
} |
@@ -7,2 +7,14 @@ # weather-cli-tool | ||
Tech Stack: | ||
1. [Node.js](https://nodejs.org/en/download/prebuilt-installer) | ||
2. NPM packages: | ||
(i) [axios](https://www.npmjs.com/package/axios) | ||
(ii) [chalk](https://www.npmjs.com/package/chalk) | ||
(iii) [commander](https://www.npmjs.com/package/commander) | ||
APIs used: | ||
1. [Geocoding API](https://openweathermap.org/api/geocoding-api) | ||
2. [Air Pollution API](https://openweathermap.org/api/air-pollution) | ||
3. [Weather API](https://openweathermap.org/current) | ||
Setup: | ||
@@ -27,2 +39,2 @@ 1. Install [Node.js](https://nodejs.org/en/download/prebuilt-installer) on your computer | ||
weather --help | ||
``` | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
6864
39
0