Skip to content

webdevwilson/ruby-zune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===================================================================================================
Install:
===================================================================================================
gem install goodercode-zune

===================================================================================================
Usage:
===================================================================================================
# the following call creates an object graph of play information
zune_card = Zune::ZuneCard.for('NoogaGamer')

===================================================================================================
Fields:
===================================================================================================
ZuneCard defines the following fields:
    * id
    * label
    * first_name
    * status
    * location
    * bio
    * total_plays
    * user_id
    * tile_big (url)
    * tile_small (url)
    * background_small (url)
    * background_large (url)
    * badges (Badge[])
    * following (Artist[])
    * favs (Track[])
    * recent_spins (Track[])
    * most_played (Artist[])

About

A Ruby library for accessing the Zune API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages