An open API service indexing awesome lists of open source software.

https://github.com/ryanfarber/plex

plex API
https://github.com/ryanfarber/plex

plex

Last synced: 26 days ago
JSON representation

plex API

Awesome Lists containing this project

README

          

# plex
A work in progress javascript API for your [Plex](https://www.plex.tv) library 🎬 🎥 🎞

Please read the [documentation](https://ryanfarber.github.io/plex)!

```javascript
const Plex = require("@ryanforever/plex")
const plex = new Plex({
host: "192.168.1.128",
token: process.env.PLEX_TOKEN,
debug: false
})

plex.getMovies().then(console.log)
```