0.0
No commit activity in last 3 years
No release in over 3 years
A Ruby API for accessing Zune user data
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 0.9.1
 Project Readme
===================================================================================================
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[])