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:
- Heavy "callback hell" version --> app.js node app.js -a "" or just do node app.js -help for more info
- 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