chkuendig / teletext-viewer

A browser-based teletext viewer from archived data of a couple of german stations.

Home Page:https://defgsus.github.io/teletext-viewer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teletext Archive Viewer

A browser-based teletext viewer from archived data of a couple of german stations.

View it here!

The data is archived by these repositories (using github actions): 2022, 2023. The web-app fetches the data from raw.githubusercontent.com and allows browsing through time.

Many thanks to viznut for the fantastic unscii font!

control

  • click page numbers

  • Left, Right: navigate through pages

  • Up, Down: navigate through time

  • PageUp, PageDown: navigate through time in weeks

  • Numbers: Type three numbers to navigate to a page, otherwise numbers select timestamps.

    E.g. typing 2022 leads to the newest entry for 2022, 2022-02 leads to the newest entry in Feb. 2022, 03-15 jumps to March 15th, either in the currently selected (if present) or newest year.

It's possible to link to specific channels, pages and timestamps via the url hash, e.g.


building the website

cd frontend/

# to install packages
yarn  
# to run dev server at http://localhost:1234
yarn start

# publish to ../docs/
./publish.sh

About

A browser-based teletext viewer from archived data of a couple of german stations.

https://defgsus.github.io/teletext-viewer/


Languages

Language:JavaScript 82.7%Language:SCSS 16.2%Language:HTML 0.6%Language:Shell 0.5%