WeatherSvelte is a sleek and intuitive weather application developed with Svelte. With a minimalist design and user-friendly interface, it provides effortless access to weather information. Utilizing data from the OpenWeatherAPI, SvelteWeather delivers accurate and up-to-date weather forecasts at your fingertips. Whether you're a weather enthusiast or simply seeking to plan your day, SvelteWeather caters to users of all levels with its simplicity and efficiency.
Navigate to the root folder:
cd WeatherApp
Install dependencies using npm:
npm install
Run the app:
npm run dev
Navigate to the server folder:
cd WeatherApp/server
Start the server:
node server.js
- Real-time weather updates: Get the latest weather data fetched from OpenWeatherAPI for accurate forecasts.
- Simple and intuitive UI: Enjoy a user-friendly interface designed for easy navigation and effortless weather browsing.
- Responsive design: Access SvelteWeather seamlessly across different devices and screen sizes for convenience on the go.