Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauleenaphan/weather-app
A Weather app where users can enter their location to find out the weather conditions in that area.
https://github.com/pauleenaphan/weather-app
html-css-javascript weather weather-api web-development
Last synced: about 20 hours ago
JSON representation
A Weather app where users can enter their location to find out the weather conditions in that area.
- Host: GitHub
- URL: https://github.com/pauleenaphan/weather-app
- Owner: pauleenaphan
- Created: 2024-02-13T18:32:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T03:43:54.000Z (9 months ago)
- Last Synced: 2024-11-11T10:36:54.957Z (about 2 months ago)
- Topics: html-css-javascript, weather, weather-api, web-development
- Language: CSS
- Homepage: https://pauleenaphan.github.io/weather-app/src/index.html
- Size: 3.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Page
Project allows users to enter their city and find out the weather in the area. They can also find out the weather conditions, wind speed, UV index, and cloud coverage.# Demo
[Link to Demo](https://pauleenaphan.github.io/weather-app/src/index.html)# Preview
![image](https://github.com/pauleenaphan/weather-app/assets/77126730/d584b05b-eddd-422b-94c3-303022aea302)# Features
- Uses Weather API to get information to display
- Depending on night or day, the background will change
- Able to switch from fahrenheit to celsiusTechnologies
- [Tailwind CSS](https://tailwindcss.com)
- [Weather API](https://www.weatherapi.com)
- HTML
- Javascript