https://github.com/cpvalente/ontime-viewer-template-v2
Template for how to build custom viewers for ontime data
https://github.com/cpvalente/ontime-viewer-template-v2
Last synced: 2 months ago
JSON representation
Template for how to build custom viewers for ontime data
- Host: GitHub
- URL: https://github.com/cpvalente/ontime-viewer-template-v2
- Owner: cpvalente
- License: gpl-3.0
- Created: 2023-04-14T07:57:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T13:35:15.000Z (over 1 year ago)
- Last Synced: 2025-01-23T01:34:00.848Z (4 months ago)
- Language: HTML
- Size: 248 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ontime viewer template v2
A template for creating custom viewers using ontime data
Ontime broadcasts its data over websockets.
This allows you to build your own viewers by leveranging basic knowledge of HTML + CSS + Javascript (or any other language that can run in the browser).This repository is a template to get you started.
For more information visit the docs## Changes
This version of the template is up to date from v2.9.0## Links
- [Download Ontime](https://www.getontime.no/)
- [Ontime Github](https://github.com/cpvalente/ontime)
- [Websockets API](https://cpvalente.gitbook.io/ontime/control-and-feedback/websocket-api)