best-weather-cli
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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 |
115955
6
39
- Removedclear@^0.1.0
- Removedora@^4.0.1
- Removedansi-regex@5.0.1(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedchalk@3.0.0(transitive)
- Removedclear@0.1.0(transitive)
- Removedcli-cursor@3.1.0(transitive)
- Removedcli-spinners@2.9.2(transitive)
- Removedclone@1.0.4(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removeddefaults@1.0.4(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedis-interactive@1.0.0(transitive)
- Removedlog-symbols@3.0.0(transitive)
- Removedmute-stream@0.0.8(transitive)
- Removedora@4.1.1(transitive)
- Removedrestore-cursor@3.1.0(transitive)
- Removedstrip-ansi@6.0.1(transitive)
- Removedsupports-color@7.2.0(transitive)
- Removedwcwidth@1.0.1(transitive)
Updatedconf@^6.1.0