1.0.0 • Published 9 years ago

musync-backend-grooveshark v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

musync-backend-grooveshark

npm version dependencies Build Status

MuSync Grooveshark backend.

Installation

Install musync-backend-grooveshark by running:

$ npm install --save musync-backend-grooveshark

Refer to MuSync documentation to learn how to integrate the backend to your MuSync application.

Documentation

grooveshark.search(Object song, Function callback)

A function that takes a song object, and returns an audio stream.

  • song is an object containing an artist and title.
  • callback is a function called with either an error or an audio readable stream.

Tests

Run the test suite by doing:

$ gulp test

Contribute

Before submitting a PR, please make sure that you include tests, and that coffeelint runs without any warning:

$ gulp lint

Support

If you're having any problem, please raise an issue on GitHub.

License

The project is licensed under the MIT license.