Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 354 Bytes

File metadata and controls

16 lines (10 loc) · 354 Bytes

nodejs-weather-app

Node Js Weather App is a simple application for obtaining real time weather information.

Installation and use Clone the repo

$ cd weather-app

$ npm install

  • Add your http://forecast.io SecretKey in weather/weather.js file

  • To view current weather information use below command

$ node -a "CITY_NAME"

  • EX: node -a Bangkok