An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Ontime viewer template v2
A template for creating custom viewers using ontime data

![Viewer Template](https://github.com/cpvalente/ontime-viewer-template-v2/blob/main/.github/viewer-template.png)

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)