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
- Host: GitHub
- URL: https://github.com/hareeshreddi/weather-app-using-ajax
- Owner: hareeshreddi
- Created: 2017-07-06T11:39:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T11:57:01.000Z (over 8 years ago)
- Last Synced: 2025-02-22T00:59:32.729Z (10 months ago)
- Topics: ajax, bootstrap, html-css, jquery, weather-app, weather-forecast
- Language: JavaScript
- Homepage:
- Size: 285 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.