Clime is a sleek and modern weather application built with SvelteKit. It provides real-time weather updates, hourly forecasts, and daily summaries using the OpenWeatherMap API. The app features a responsive design and location-based weather data.
- 🌍 Location-based weather updates
- 🕒 Hourly and daily weather forecasts
- 📍 Add and manage multiple locations (soon)
- ⚡ Built with SvelteKit for fast and reactive UI
- Frontend: SvelteKit, SCSS
- API: OpenWeatherMap
- State Management: Svelte stores with persistence
- Build Tool: Vite
- Clone the repository.
- Install dependencies with
bun i
. - Create a
.env
file in the root directory and add your OpenWeatherMap API key:VITE_API_KEY=your_api_key_here
- Run the development server with
bun dev
.
This project is licensed under the MIT License.