weather-api-sveltekit Svelte Themes

Weather Api Sveltekit

Weather Dashboard 🌦️

A sleek and intuitive weather application built with SvelteKit, Tailwind CSS, and DaisyUI. Get real-time weather information for any city around the globe! 🌍

Features 🌟

  • πŸ” Search for weather by city name
  • 🌑️ Display current temperature
  • πŸ’¨ Show wind speed and humidity
  • πŸ”ΌπŸ”½ View minimum and maximum temperatures
  • 🎨 Beautiful, responsive UI with a modern glassmorphism design

Technologies Used πŸ› οΈ

Getting Started πŸš€

Prerequisites

  • Node.js (v14 or later)
  • npm (v6 or later)

Installation πŸ“₯

  1. Clone the repository:

    git clone https://github.com/yourusername/weather-dashboard.git
    cd weather-dashboard
    
  2. Install dependencies:

    npm install
    
  3. Create a .env file in the root directory and add your OpenWeatherMap API key:

    VITE_OPENWEATHER_API_KEY=your_api_key_here
    

Running the App πŸƒβ€β™‚οΈ

  1. Start the development server:

    npm run dev
    
  2. Open your browser and navigate to http://localhost:5173

  3. Enter a city name and enjoy real-time weather information! 🌀️

Building for Production πŸ—οΈ

To create a production-ready build:

npm run build

The built files will be in the build directory.

Contributing 🀝

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

License πŸ“„

This project is MIT licensed.

Acknowledgements πŸ‘

  • Weather data provided by OpenWeatherMap
  • Icons courtesy of Apple's emoji set

Enjoy using the Weather Dashboard! β˜€οΈπŸŒ€οΈβ›…πŸŒ₯οΈβ˜οΈπŸŒ¦οΈπŸŒ§οΈβ›ˆοΈπŸŒ©οΈπŸŒ¨οΈ

Top categories

Loading Svelte Themes