Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prabdhal/weather-app
A weather app created using REST API from openweathermap API and google maps API. You can search for a city and the app will return the weather information for that city, such as, current temperature, high-low temperatures, wind speed, atmospheric pressure, humidity, feels-like temp, sunrise and sunset time.
https://github.com/prabdhal/weather-app
api api-rest google-maps-api openweathermap openweathermap-api rest-api restful-api weather weather-api weather-app weatherapp
Last synced: about 1 month ago
JSON representation
A weather app created using REST API from openweathermap API and google maps API. You can search for a city and the app will return the weather information for that city, such as, current temperature, high-low temperatures, wind speed, atmospheric pressure, humidity, feels-like temp, sunrise and sunset time.
- Host: GitHub
- URL: https://github.com/prabdhal/weather-app
- Owner: prabdhal
- Created: 2020-12-20T09:13:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T12:10:21.000Z (about 4 years ago)
- Last Synced: 2024-11-06T02:33:00.264Z (3 months ago)
- Topics: api, api-rest, google-maps-api, openweathermap, openweathermap-api, rest-api, restful-api, weather, weather-api, weather-app, weatherapp
- Language: JavaScript
- Homepage: https://prabdhaliwal.com/weatherapp
- Size: 4.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather-app
A weather app created using REST API from openweathermap API and google maps API.
You can search for a city and the app will return the weather information for that
city, such as, current temperature, high-low temperatures, wind speed, atmospheric
pressure, humidity, feels-like temp, sunrise and sunset time.Skills Applied/Learned:
- Integrated Google maps API to fetch both latitude and longitude coordinates of the location searched by the user
- Integrated weather API from openweathermap.org in order to pass the location coordinates to the weather API via POST request method
- Created a Javascript function responsible for taking the JSON data from the weather API and displaying it to the user in a readible format
- Created a function responsible for displaying the background image matching the weather condition of the searched location
Access Game Instructions:
You can find my weather app via my portfolio website with the following url: https://prabdhaliwal.com/weatherapp