Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@trinetra116/weather-cli-tool

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trinetra116/weather-cli-tool - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

24

package.json
{
"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
```
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc