UNPKG

@trinetra116/weather-cli-tool

Version:

A Command Line Interface (CLI) tool for: 1. Accessing weather data of a location 2. Accessing AQI of a location 3. Getting coordinates of a location and vice-versa.

42 lines (41 loc) 737 B
{ "name": "@trinetra116/weather-cli-tool", "version": "1.0.2", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "type": "module", "keywords": [ "node", "nodejs", "weather", "weatherapi", "cli", "terminal", "javascript", "js", "npm", "npm-package", "climate", "forecast", "open-source", "api", "open-weather" ], "author": "", "license": "ISC", "dependencies": { "axios": "^1.7.2", "chalk": "^5.3.0", "commander": "^12.1.0" }, "bin": { "weather": "index.js" }, "repository": { "type": "git", "url": "https://github.com/trinetra110/weather-cli-tool.git" } }