https://github.com/kunal-ladhani/weatherapp
A solo weekend project that I made using the open weather API, to display the current weather information in detail along with the weather information for next 7 days.
https://github.com/kunal-ladhani/weatherapp
css html javascript open-weather-api rest-api
Last synced: about 1 month ago
JSON representation
A solo weekend project that I made using the open weather API, to display the current weather information in detail along with the weather information for next 7 days.
- Host: GitHub
- URL: https://github.com/kunal-ladhani/weatherapp
- Owner: Kunal-Ladhani
- Created: 2022-05-29T13:52:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T20:15:02.000Z (over 2 years ago)
- Last Synced: 2025-01-31T13:43:43.037Z (3 months ago)
- Topics: css, html, javascript, open-weather-api, rest-api
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weatherApp
This is a weather displaying web-app that I made as a personal project, while playing around with Open Weather API. It uses open weather API to fetch data about the weather and displays it, I have implemented geo-location detection. It also shows the weather data for the next 7 days. I made it to practice and implement async-JS and learn more on REST-APIs. Completed it over a weekend.
## Deployment
This project is deployed on netlify - [weatherApp](https://weather-app-kladhani.netlify.app/)