© 2023 Hashnode
#xtradio
I 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. Wha…
Just 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(arti…