This project tells about the weather report through City_name,City_id,Zip_code,Geolocation.
- HTML
- CSS
- JAVASCRIPT
- BOOTSTRAP
- JQUERY
- AJAX
CITY_ID:- 'http://api.openweathermap.org/data/2.5/weather?id=' (authentication and verification done)
CITY_Search:- 'http://api.openweathermap.org/data/2.5/weather?q=' (authentication and verification done)
ZIP_CODE:- 'http://api.openweathermap.org/data/2.5/weather?zip=' (authentication and verification done)
GEOlocation:-'https://api.forecast.io/forecast/' (authentication and verification done)
MAP:- https://maps.googleapis.com/maps/api/js&callback=myMap (api link)