LED News Ticker
Source
Display
読み込み中...
LED News Ticker は、ニュースや任意のテキストを LED 風スクロールボードで表示するブラウザアプリです。
任意の RSS/Atom フィードの URL を指定すると、記事タイトルが LED ボードに流れます。取得間隔(分)も設定可能です。
WebSocket サーバーに接続してリアルタイムにテキストを受信します。JSON 形式({"text": "...", "type": "normal"})またはプレーンテキストを送信してください。
SSE エンドポイントに接続してリアルタイムにテキストを受信します。データ形式は WebSocket と同じく JSON({"text": "...", "type": "normal"})またはプレーンテキストに対応しています。HTTP ベースなので、既存の Web サーバーやサーバーレス環境から手軽にプッシュ配信できます。
Lively Wallpaper などのライブ壁紙ツールで、このティッカーの URL を指定すればデスクトップ壁紙として常時表示できます。
OBS Studio などの配信ソフトで「ブラウザソース」として追加すれば、配信画面にニューステロップを重ねられます。
設定ページでテーマを選んで開くだけで、ブラウザのタブでニュースティッカーを楽しめます。BGM 付きテーマもあります。
LED News Ticker is a browser app that scrolls news or any text on a retro LED-style display board.
Point it at any RSS/Atom feed URL and the article titles will scroll across the LED board. You can also configure the fetch interval (in minutes).
Connect to a WebSocket server to receive text in real time. Send either JSON ({"text": "...", "type": "normal"}) or plain text.
Connect to an SSE endpoint to receive text in real time. The data format is the same as WebSocket — JSON ({"text": "...", "type": "normal"}) or plain text. Since SSE rides on plain HTTP, it's easy to push from existing web servers or serverless environments.
With tools like Lively Wallpaper, you can point them at the ticker URL and run it as a permanent desktop wallpaper.
Add it as a "browser source" in OBS Studio or similar streaming software to overlay news headlines on your stream.
Pick a theme on the config page, hit open, and enjoy a news ticker right in a browser tab. Some themes even come with BGM.
version: ec3b17f
お問い合わせ: [email protected]
受信データ形式(SSE)
JSON(推奨)
data: { "text": "表示テキスト", "type": "normal" }
type は省略可。
値: normal / accent
プレーンテキスト
data: 表示テキスト
JSON でない文字列はそのまま表示。
受信データ形式(WebSocket)
JSON(推奨)
{ "text": "表示テキスト", "type": "normal" }
type は省略可。
値: normal / accent
プレーンテキスト
表示テキスト
JSON でない文字列はそのまま表示。