Zune API Library for Ruby
Posted
by kerry
on Gooder Code
See other posts from Gooder Code
or by kerry
Published on Tue, 26 Oct 2010 15:06:34 +0000
Indexed on
2010/12/06
16:59 UTC
Read the original article
Hit count: 342
Those of you who know me, know my favorite music player is the Zune.
For some reason it seems most of my spare time lately seems to be creating Zune API libraries for different languages (I have a PHP one as well). Here’s another one for Ruby! If you use it, let me know. I would love to hear what people are working on.
It’s hosted at github, and very easy to use.
zune_card = Zune::ZuneCard.for('a_zune_tag')
Checkout the README for deets on what fields the object will have.
© Gooder Code or respective owner