Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 celsius

Technologies
- [Tailwind CSS](https://tailwindcss.com)
- [Weather API](https://www.weatherapi.com)
- HTML
- Javascript