alaingilbert / Turntable-API

Allows you to create bots for turntable.fm
http://alaingilbert.github.com/Turntable-API/
MIT License
317 stars 98 forks source link

Any Good Books For Learning Javascript? [Not A Issue] #141

Closed p0sixninja closed 11 years ago

p0sixninja commented 11 years ago

I couldnt find a place to put this, but is there any good books that i could read that would help me with functioning javascript and/or understanding the backbone of turntable?

Thanks, and i apoligize for the misplace....

alaingilbert commented 11 years ago

This interactive tutorial seems to be a great place to start : http://www.codecademy.com/

Else, there is some books here : http://programming-motherfucker.com/become.html#JavaScript

Also, you should learn about "json", it's pretty important to deal with turntable.fm

Hope it help :)

p0sixninja commented 11 years ago

Thank you! These should be a big help!!!