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

https://github.com/scriptraccoon/sveltekit-weather

weather app made with SvelteKit
https://github.com/scriptraccoon/sveltekit-weather

Last synced: 3 months ago
JSON representation

weather app made with SvelteKit

Awesome Lists containing this project

README

          

# Weather App made with SvelteKit

This is a basic weather app made with [SvelteKit](https://kit.svelte.dev). The data are retrieved from the [OpenWeather API](https://openweathermap.org/).

https://weather-sveltekit.netlify.app/

The following features of SvelteKit are used:

- components
- scoped styles
- routes
- nested routes
- layout
- server-side rendering
- the app still works when disabling JS on the client
- page load
- fetch API data
- environment variables

---

If you are coming from the tutorial on YouTube, which was published in August 2022: The code is in the branch `tutorial`. The main branch has more recent code, including in particular SvelteKit's current routing system which was introduced shortly after the recording of the tutorial.