Looking-Glass / bridge.js

Bridge.js is a javascript API for interacting with Looking Glass displays via Looking Glass Bridge 2.2.0+
https://lookingglassfactory.com/software/looking-glass-bridge
MIT License
8 stars 0 forks source link

Bridge.JS Library #2

Closed BryanChrisBrown closed 1 year ago

BryanChrisBrown commented 1 year ago

This pull request adds basic API support for Looking Glass Bridge 2.1+

This includes the playlist API as well as some of the more basic endpoints.

The library has one main output, BridgeClient which has accessible functions on it that the user can call to query the bridge API, or create playlists.

There are secondary Playlist and PlaylistItem exports as well.