Question: Weather Search Application
Create a weather search application using openweathermap.org. Perform the following:
• Create a free account on openweathermap and get an API key (note: you will need the API key for the step below).
• Substitute the appropriate city and API key to return results
• Create a single page application that allows the user to input a city name and use services to call the above URL to retrieve a five day forecast.
• Display the result in a table view.
• Save your search results so that the application displays them in the table view the next time the application begins.
Compress all application files as a single ZIP file for submission.
Submit your ZIP file to the Assignment Files tab above.