A weather CLI app in Node.js. The app checks weather in command line.
npm i -g best-weather-cli
weather
weather config -k={your api key} -c={your city id} -u={temperature units}
weather now
weather forecast
npm i
npm link
Feel free to use the code in this repository as it is under MIT license.