Tavla ("The Board") is a personal departure board that you can configure yourself. Find the closest stop places to you and choose your desired lines in a simple admin panel.
Go to tavla.en-tur.no to configure your table today.
Do you find bugs or something that can be improved? Don't hesitate to submit an issue or a pull request.
Fork the repo: https://github.com/entur/tavla/fork
Run the commands
git clone [email protected]:[YOUR USERNAME]/tavla.git
cd tavla
npm install
Run the development server with
npm start
Your browser should automatically open the app on http://localhost:9090
We use ESLint to ensure code quality. Please make sure ESLint is happy with the command:
npm run lint