- A Fun Command Line Tool implemented using Node.js (Asynchronous). Uses ES6 Syntax like promises, arrow functions etc.
- Calculates & fetches the current weather information for a given physical address/location on earth.
- Uses Google's geocode API to calculate Latitute & Longitude information for a given address (provided by the user via command line).
- Uses Lat/Lng information obtained above and contacts Dark Sky's forecast API to retrive the current weather conditions (i.e..current temperature and what it feels like).
- Uses yargs for command line processing, and axios for making promise based api requests.