simple-weather-cli-app
v1.0.1
Published
A cli application that show you the temprature of the city you passed as input
Downloads
5
Readme
simple-weather-cli-app
an application for current and forecast weather of the city you entered.
Installation run this command in your terminal.
npm install --save simple-weather-cli-app
OR
npm -i -S simple-weather-cli-app
Usage
current weather:
node app.js current <city name>
or
forecast weather:
node app.js forecast <city name>