An open API service indexing awesome lists of open source software.

https://github.com/hareeshreddi/weather-app-using-ajax

Weather App implemented as a part of Udemy course
https://github.com/hareeshreddi/weather-app-using-ajax

ajax bootstrap html-css jquery weather-app weather-forecast

Last synced: 10 months ago
JSON representation

Weather App implemented as a part of Udemy course

Awesome Lists containing this project

README

          

# Weather-App-Using-Ajax
Open weather map API provides current weather data, weather forecast data as well as historical weather data.
With our application, we will make API calls by city name to the open weather map API using Ajax to get response in JSON format.

The weather app will be used to:
Get current weather information like temperature, pressure, humidity, wind speed, wind direction etc.
Get weather forecast information of any city by city name and number of days.
Features:
Make API calls with Ajax.
Open weather map API description.
Get current weather information.
Get weather forecast information.
Use jquery plugin to animate text.