lord-2.20140625: A command line interface to online radios.

Safe HaskellNone

Web.Radio.EightTracks

Description

Module for interfacing http://8tracks.com

API documentation: http://8tracks.com/developers/api_v3

Synopsis

Documentation

data PlaySession Source

Response from http:8tracks.comsetsnew.json play_token is the value of interest

data PlayResponse Source

Response from play.json next.json track is the value of interest

Constructors

PlayResponse 

data MixInfo Source

Response from http:8tracks.commixes14.json or http:8tracks.comdpelectrominimalicious.json info_mix is the value of interest

Constructors

MixInfo 

pprMixes :: [Mix] -> IO ()Source