A basic command line application that takes coordinates as input and it retrieves the current forecast of that geographical spot through an API provided by Forecast.io.
####For example: ######node app.js 48.8567 2.3508 (i.e Paris)
You asked for the city that is situated at the following coordinates: 48.8567 latitude and 2.3508 longitude. That would be: Europe/Paris - the current weather is: Clear and the outside temperature is 46.23 degrees Fahrenheit.