SpockHsueh / 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

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%