Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.01 KB

Weather CLI in Node.js

ko-fi

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

npm

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

License

Feel free to use the code in this repository as it is under MIT license.

ko-fi