mopidy-es6
v0.0.5
Published
ES6 lib for controlling a Mopidy music server over a WebSocket
Downloads
1
Readme
Mopidy ES6
Mopidy library targeting ES2015 with no dependencies.
The library was made as I had some conflicts with the dependencies of mopidy.js, which this library is heavily based off of.
Installation
npm install mopidy-es6
Using the library
import Mopidy from 'mopidy';
var mopidy = new Mopidy('ws://localhost:6680/mopidy/ws/');