New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

best-weather-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

best-weather-cli - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

19

package.json
{
"name": "best-weather-cli",
"version": "1.0.0",
"description": "A CLI program in Node.js. The program checks weather data in command line.",
"version": "1.0.1",
"description": "A weather CLI app in Node.js. The app checks weather in command line.",
"main": "index.js",

@@ -14,7 +14,8 @@ "bin": {

"type": "git",
"url": "git+https://github.com/changhuixu/Weather-Nodejs-CLI.git"
"url": "git+https://github.com/changhuixu/weather-cli-nodejs.git"
},
"keywords": [
"weather",
"cli",
"weather",
"best",
"forecast",

@@ -26,15 +27,13 @@ "temperature"

"bugs": {
"url": "https://github.com/changhuixu/Weather-Nodejs-CLI/issues"
"url": "https://github.com/changhuixu/weather-cli-nodejs/issues"
},
"homepage": "https://github.com/changhuixu/Weather-Nodejs-CLI#readme",
"homepage": "https://github.com/changhuixu/weather-cli-nodejs#readme",
"dependencies": {
"axios": "^0.19.0",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"cli-table3": "^0.5.1",
"conf": "^6.0.1",
"conf": "^6.1.0",
"esm": "^3.2.25",
"minimist": "^1.2.0",
"ora": "^4.0.1"
"minimist": "^1.2.0"
}
}

@@ -1,22 +0,34 @@

# Weather Nodejs CLI
# Weather CLI in Node.js
A CLI program in Node.js. The program checks weather data in command line.
A weather CLI app in Node.js. The app checks weather in command line.
## [Medium Article]()
[![npm](https://img.shields.io/npm/v/best-weather-cli.svg?style=flat-square)](https://www.npmjs.com/package/best-weather-cli)
## [Medium Article](https://codeburst.io/build-a-command-line-interface-cli-application-with-node-js-59becec90e28)
## Usages
```sh
npm i -g best-weather-cli
weather
weather config -k={your api key} -c={your city id} -u={temperature units}
weather now
weather forecast
```
## Screenshots
#### main menu
### `main menu`
![main memu](./assets/main-menu.png)
<img src="./assets/main-menu.png" width="650">
### weather now
### `weather now`
![weather now](./assets/weather-now.png)
<img src="./assets/weather-now.png" width="550">
### weather forecast
### `weather forecast`
![weather forecast](./assets/weather-forecast.png)
<img src="./assets/weather-forecast.png" width="450">
## How to build locally?
## How to build locally

@@ -23,0 +35,0 @@ ```sh

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