diff --git a/README.md b/README.md index 20f4a7d..814f19d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ A lightweight bus transport web app that uses the gateway OpenAPI contract at: The frontend is built with SvelteKit. It dynamically loads transport endpoints from the OpenAPI spec and calls them through a SvelteKit server hook proxy. +## Live demo + +Access the app at https://bus.furyhawk.lol/ or scan the QR code below: + +[![QR code to bus.furyhawk.lol](docs/screenshots/bus-qr-code.png)](https://bus.furyhawk.lol/) + ## Screenshot ![Nearby Bus Arrivals UI](docs/screenshots/bus-ui-v2.png) diff --git a/docs/screenshots/bus-qr-code.png b/docs/screenshots/bus-qr-code.png new file mode 100644 index 0000000..e2e5a8e Binary files /dev/null and b/docs/screenshots/bus-qr-code.png differ