https://github.com/dev-emekaa/aesthetic-weather-webapp
Code repository for a Weather Forecast Web-app project. Built with JavaScript. OpenWeatherMap Api and Unsplash Api
https://github.com/dev-emekaa/aesthetic-weather-webapp
javascript openweathermap-api unsplash-api
Last synced: about 1 year ago
JSON representation
Code repository for a Weather Forecast Web-app project. Built with JavaScript. OpenWeatherMap Api and Unsplash Api
- Host: GitHub
- URL: https://github.com/dev-emekaa/aesthetic-weather-webapp
- Owner: dev-emekaa
- Created: 2022-09-08T16:35:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T14:10:41.000Z (over 2 years ago)
- Last Synced: 2025-03-20T20:13:45.049Z (about 1 year ago)
- Topics: javascript, openweathermap-api, unsplash-api
- Language: SCSS
- Homepage: https://aesthetic-weather-forecast.netlify.app/
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Weather Forecast WebApp made with core web technologies Html Css and Js. Implemented the Open Weather Map Api to display searched location with their coordinates, Temperature, Weather Forecast, Humidity and Windspeed. Also used the Unsplash Api to display images from the searched locations
# Aesthetic-Weather-WebApp
Code repository for a Weather Forecast Web-app project.
## APIs
- Open Weather Map Api
- Unsplash API
## About
- On search it displays the `coordinates` `forecast` `temperature` `Humidity` and `Windspeed` from the `Open Weather Map Api`
- Also displays images of Searched Location from the `Unsplash Database`

### Live Site: [aesthetic-weather-app](https://aesthetic-weather-forecast.netlify.app)