Skip to content

xtradio/xtradio-api

Repository files navigation

xtradio-api

Codacy Badge Build Status

XTRadio JSON Api to retrieve currently playing song and additional metadata.

Build instructions

Build using : CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o bin/xtradio-api .

Golang tutorials

The following tutorials helped us build our code, we've started with no prior knowledge of golang, maybe they will be helpfull for others as well.