Ákos Verespuck.hashnode.dev·Sep 19, 2022XTRadio architectureI wanted to write a blog post about XTRadio for a very long time. I finally have the time, so let's start with a short but sweet post which explains how everything works, how it all fits together. What is XTRadio XTRadio is an online radio station wh...Discuss·179 readsXTRadioxtradio
Ákos Verespuck.hashnode.dev·Sep 21, 2017Airapi Tunein From GolangJust a small snipet on how to send data to TuneIn’s AirAPI from golang. This way you can update your metadata information directly from your API, if you wish. import ( "fmt" "net/http" "net/url" "time" ) func tuneinAPI(artist string,...Discuss·69 readsgolang