A simple weather application built with Svelte and Tailwind CSS. This app fetches real-time weather data for any city using the OpenWeatherMap API.
Make sure you have the following installed:
Clone the repository:
git clone https://github.com/yourusername/svelte-weather-app.git
cd svelte-weather-app
NPM Install:
npm install
Set up the OpenWeatherMap API key::
Obtain a free API key from OpenWeatherMap.
Create a .env file in the root directory and add your API key as VITE_OPENWEATHER_API_KEY=YOUR_API_KEY
Run the application::
npm run dev