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

Safe HaskellNone
LanguageHaskell2010

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.comsets/new.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.commixes/14.json or http:/8tracks.comdp/electrominimalicious.json info_mix is the value of interest

Constructors

MixInfo 

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