Skip to content

crohlfs/mopidy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-es6';

var mopidy = new Mopidy('ws://localhost:6680/mopidy/ws/');