KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
shout
★ 18
Open GitHub ↗
The radio server for wibu
Download README (.md)
Explore Similar Repositories
Mullvad-X
:
✨ Mullvad Account Bruteforcer & Checker Written in Python ✨
tailwindcss-oklch
:
Bring OKLCH to Tailwind
Home_Workout
:
No description available.
phpqt
:
See https://github.com/nazmulpcc/ext-qt
electron
:
Extensible GPU Video Editor
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
shout
?
Download (.md)
## 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 :)