Command line node weather app to find your current weather fetches the data using Google's geolocation api and Dark Sky API
ADD in your API key from Dark SKY in weather/weather.js forecastIOAPIkey variable and google geolocation api key in geocode/geocode.js googleGeolocationApiKey variable
Use node app.js -h to find how to use this app