This website is still under construction. Be advised!


Github repository

The code for node-libspotify is available on Github at http://github.com/Floby/node-libspotify.

Use it as a package

node-libspotify is also published as a NPM Package. Just type in:

npm install libspotify

Or add it as a dependency of your Node.js project:

// package.json
{
    ...
    "dependencies": {
        "libspotify":"~0.1"
    }
}