0.1.4 • Published 6 years ago

@boostup/plex-api v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Plex API

HTTP API Unofficial Doc

https://github.com/Arcanemagus/plex-api/wiki

plex-api package

Using this package

Installing the package

npm i @boostup/plex-api

Plex client configuration

const plexApi = require('@boostup/plex-api');

plexApi.setConfig({
    hostname: "<internal ip address of your server running on LAN>",
    username: "<plex username>",
    password: "<plex password>" 
});

Developing | Contributions to this package

Just check the available commands in the scripts section of the package.json file