1.0.3 • Published 3 years ago

best-weather-cli v1.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

Weather CLI in Node.js

A weather CLI app in Node.js. The app checks weather in command line.

npm

Medium Article

Usages

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

weather now

weather forecast

How to build locally

npm i
npm link