File: js.rst

package info (click to toggle)
mopidy 3.4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,616 kB
  • sloc: python: 16,656; sh: 159; makefile: 126
file content (13 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
.. _mopidy-js:

****************************
Mopidy.js JavaScript library
****************************

We've made a JavaScript library, Mopidy.js, which wraps the
:ref:`websocket-api` and gets you quickly started with working on your client
instead of figuring out how to communicate with Mopidy. This library is used
as the foundation of most `Mopidy web clients <https://mopidy.com/ext/>`__.

See the `Mopidy.js project <https://github.com/mopidy/mopidy.js>`_ for
detailed usage documentation and demo applications built using Mopidy.js.