Starter code for the practice in the Using APIs in a Full-Stack Application module.
- Most of the code has already been written for you; your job is to focus on what's needed to pull real data from two OpenWeatherMap APIs: Current Weather and Geocoding. Familiarize yourself with the endpoints and the shape of the JSON payload you will receive in response.
- You will use
RestTemplateand should refer to both the lesson in the module and also the documentation as needed to set up your fetches properly. - Take a few moments to familiarize yourself with the existing code so that you understand how it all relates and how the pieces you will work on will complete the application.
- Follow the TODOs in sequence; use the built-in TODO panel in IntelliJ to find them quickly.
Your finished app should function as shown below: