This is a departure application for Dresden's public transport (VVO/DVB). Search for stops and get departure times. I build this application for digital signage.
A production build you will find here.
Parameter | Description | Default |
---|---|---|
stops | A comma separated list of stop ids. | undefined |
limit | The max value of departure times. | 10 |
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
npm run build:legacy
# Format code
npm run format
If you find a bug please create an issue. To contribute, please create a PR.
This project is licensed under MIT.