@nativecode/plex
Version:
21 lines (14 loc) • 424 B
Markdown
# @nativecode/plex
## Install
```sh
npm install --save @nativecode/plex
```
## Usage
```typescript
import { PlexClient } from '@nativecode/plex'
const plex = new PlexClient({ host: 'localhost', port: 32400 })
```
### References
- https://github.com/phillipj/node-plex-api
- https://github.com/Arcanemagus/plex-api/wiki/Plex-Web-API-Overview
- https://support.plex.tv/articles/201638786-plex-media-server-url-commands/