https://github.com/dinithmaleesha/typescript-weather-web
A simple TypeScript web application that provides weather information based on the user's location
https://github.com/dinithmaleesha/typescript-weather-web
typescript typescript-web weather-app webapp
Last synced: 6 months ago
JSON representation
A simple TypeScript web application that provides weather information based on the user's location
- Host: GitHub
- URL: https://github.com/dinithmaleesha/typescript-weather-web
- Owner: dinithmaleesha
- Created: 2024-12-09T06:59:57.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-12-10T10:56:19.000Z (10 months ago)
- Last Synced: 2025-02-10T00:38:10.013Z (8 months ago)
- Topics: typescript, typescript-web, weather-app, webapp
- Language: TypeScript
- Homepage:
- Size: 596 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeatherWave 🌊🌞
WeatherWave is a simple TypeScript web application that provides weather information. It fetches data from the [Open-Meteo API](https://open-meteo.com/) to display current weather, wind speed, humidity, and sunrise/sunset times based on the user's location.
This is my first project, and there might be some mistakes, but I hope you find it useful! 😊
## ✨ Features
- Displays the current temperature, wind speed, humidity, and precipitation.
- Shows the sunrise and sunset times.
- Fetches weather data using the Open-Meteo API.## 🛠️ Technologies Used
- TypeScript 💻
- ParcelJS ⚡
- HTML 🌐
- CSS 🎨
- Open-Meteo API 📡## 📸 Screenshots

## 🤝 Contributing
Feel free to fork the project, make changes, and submit a pull request if you find any issues or have suggestions 💡.