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

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

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

![App Screenshot](./img/screen.png)

## 🤝 Contributing

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