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
- Host: GitHub
- URL: https://github.com/scriptraccoon/sveltekit-weather
- Owner: ScriptRaccoon
- License: mit
- Created: 2022-06-11T10:42:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T10:00:43.000Z (about 2 years ago)
- Last Synced: 2024-05-30T16:50:02.270Z (about 2 years ago)
- Language: Svelte
- Homepage: https://weather-sveltekit.netlify.app/
- Size: 111 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.