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)
- Clone this repository
- Open the terminal within the repository's directory
npm install -g @xata.io/cli
xata init --schema schema.json
docker build . -t weather-app
- Framework: SvelteKit
- Database: Xata
- Languages: HTML, CSS, TypeScript, JSON
- Author: Nguyen Ta Minh Triet, Freshman @ Swinburne University, HCMC, Vietnam