Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turitoyuenan/zimmer-wetter-webapp
School Project: IoT Weather Web Application (archived)
https://github.com/turitoyuenan/zimmer-wetter-webapp
internet-of-things iot svelte sveltejs sveltekit weather-app weather-station xata xata-io
Last synced: 4 days ago
JSON representation
School Project: IoT Weather Web Application (archived)
- Host: GitHub
- URL: https://github.com/turitoyuenan/zimmer-wetter-webapp
- Owner: TuritoYuenan
- Created: 2024-02-29T15:47:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T05:11:21.000Z (2 months ago)
- Last Synced: 2024-11-03T23:03:51.084Z (4 days ago)
- Topics: internet-of-things, iot, svelte, sveltejs, sveltekit, weather-app, weather-station, xata, xata-io
- Language: TypeScript
- Homepage: https://zwetter.pages.dev
- Size: 481 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
![Project Banner](.github/Swinburne%20Weather%20Service.png)
# Swinburne Weather Service Web Application
This used to be the web application for monitoring weather measured by a weather station, as part of the Swinburne Weather Service project.
We moved on and figured out better ways to make a web app (including not using Xata for database and a full-ahh SvelteKit app for what should have been a simple webpage)
## Usage
1. Clone this repository
2. Open the terminal within the repository's directory### Set up database
```shell
npm install -g @xata.io/cli
xata init --schema schema.json
```### Build with docker
```sh
docker build . -t weather-app
```## Tech Stack
- Framework: SvelteKit
- Database: Xata
- Languages: HTML, CSS, TypeScript, JSON## Credits
- Author: Nguyen Ta Minh Triet, Freshman @ Swinburne University, HCMC, Vietnam