It uses the Twitch APIs to display the top 20 live streams for a specific category as bouncing balls 🎈🎈
In main.go, make sure to feed your own Client-id. (check this link for more info):
os.Setenv("GO_TWITCH_CLIENTID", "XXXXXXXXXXXXXXXXXXXX")
Then open bash:
go get "github.com/02sh/TwitchBouncingBalls/"
cd $GOPATH/src/github.com/02sh/TwitchBouncingBalls
go run *go