vienvu89 / shout

The radio server for wibu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radio Server for Wibu

Prerequisite

  • Golang 1.20++
  • ffmpeg: brew install ffmpeg
  • A Slack token that associcated with slack app that have permission to read channel history, listing/write bookmarks

Easy to start

go run cmd/music-station/main.go

Get title via websocket

const socket = new WebSocket("wss://radio.0x97a.com/now-playing");
socket.addEventListener("message", (event) => {
  console.log("Message from server ", event.data);
});

Known issues

  • So much, but I don't know :)

About

The radio server for wibu

License:MIT License


Languages

Language:Go 61.5%Language:HTML 37.2%Language:Dockerfile 1.3%