andrewrk / mpd.js

Connect to a music player daemon server, send commands, emit events.
MIT License
89 stars 18 forks source link

add documentation #3

Closed andrewrk closed 11 years ago

risacher commented 11 years ago

Pretty please? I want to use this but better examples would be huge.

andrewrk commented 11 years ago

Very soon. I'm in the middle of breaking this module into 3 smaller cleaner modules and then getting a proper test suite going.

andrewrk commented 11 years ago

If you're simply itching to get started, here is some example usage:

https://github.com/superjoe30/groovebasin/blob/master/src/server/plugins/dynamicmode.co https://github.com/superjoe30/groovebasin/blob/master/src/server/plugins/lastfm.co https://github.com/superjoe30/groovebasin/blob/master/src/client/app.co

This tool will convert the code to javascript for readability: http://satyr.github.com/cup/

andrewrk commented 11 years ago

I removed most of the code from this project and added docs.