Technical problem for the Software Engineering internship interview process at Dwolla.
- Prompt the user for an input of location
- Use the Google Maps Autocomplete API to get the 5 most likely predictions of the city based on user input
- Prompt user to select a city from the 5 most likely predictions
- Get latitude, longitude for the selected city (Google Maps Places API)
- Call the OpenWeatherMap API with the latitude/longitude
- Display the temperature
- Google Maps Autocomplete API - https://developers.google.com/places/web-service/autocomplete
- Google Maps Places API - https://developers.google.com/places/web-service/place-id
- OpenWeatherMap Current API - https://openweathermap.org/current
- Inquirer - https://www.npmjs.com/package/inquirer
- Node-Fetch - https://www.npmjs.com/package/node-fetch
- Chai - https://www.npmjs.com/package/chai
- Mocha - https://www.npmjs.com/package/mocha