Real-time traffic data of Wiener Linien monitors.
Built with the t3-stack, this web app shows real-time traffic data provided by the Wiener Linien's API.
It's hosted on Vercel, with the database being provided by PlanetScale.
# install dependencies
$ yarn install
# build in watch mode
$ yarn dev
# lint project files
$ yarn lint
For local development, the following environment variables have to be added to an .env file.
DATABASE_URL
NEXTAUTH_SECRET
NEXTAUTH_URL=http://localhost:3000
DISCORD_CLIENT_ID
DISCORD_CLIENT_SECRET
NEXT_PUBLIC_OG_URL=http://localhost:3000
MIT - Copyright © Jan Müller