/weatherYouLikeItOrNot

super lightweight API based Node.js weather app which uses Google geocode API and DarkSky API

Primary LanguageJavaScript

weatherYouLikeItOrNot

super lightweight API based Node.js weather app which uses Google geocode API and DarkSky API.

#Dependencies---> npm install

#Running the app(s) 2 versions:

  1. Heavy "callback hell" version --> app.js node app.js -a "" or just do node app.js -help for more info
  2. Lightweight Promises-based version --> app-promise.js node app-promise.js -a ""

P.S. dont forget updating the main app files with your API keys