- Include the goals, results, project URL (if applicable), and what you learned in a brief paragraph.
The project can be found at misdemo.temple.edu/tuh29326/apiproject.
The API found at https://openweathermap.org/current could be used in a multitude of ways. The OpenWeatherMap API provides current weather data for free that can be retrieved by zipcode, city name, geographic coordinates, and many more fields. A user could utilize this API to simply check the current weather for where they live, for an event they might be attending, or for a city they might be traveling to. I only created a demo for the user to enter a zipcode, but with a simple change of the input form and ajax request, any of the other fields mentioned above can be utilized. The API is also free for up to 60 calls per minute with a simple email registration.