Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 322 Bytes

File metadata and controls

11 lines (9 loc) · 322 Bytes

weather-app

Nodejs application which either takes your address or coordinates of your location and gives you current weather condition as output Usage-

  1. node index.js -a '{any address you want}' or 2 node index.js --lng {Longitude} --ltd {Lattitude}

Apis used -

for weather - openWeather API for location - here API