- Create a browser or native-app-based application to serve as a basic weather app.
- Search Screen a. Allow customers to enter a US city b. Call the openweathermap.org API and display the information you think a user would be interested in seeing. Be sure to has the app download and display a weather icon. c. Have image cache if needed
- Auto-load the last city searched upon app launch.
- Ask the User for location access, If the User gives permission to access the location, then retrieve weather data by default
- Do not use external framework
Weather API Key = 3f5be26cb241cb755e1a15dee4272002
Notes:
Having more time would allow proper formating of significant figures. Also better display of information with more of it.