Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 875 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 875 Bytes

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.