changhuixu / weather-cli-nodejs

A CLI program in Node.js. The program checks weather data in command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A CLI program in Node.js. The program checks weather data in command line.

License:MIT License


Languages

Language:JavaScript 100.0%