Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

balena-io-modules/musync-backend-grooveshark

Repository files navigation

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.

About

MuSync Grooveshark Backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published