https://github.com/ryanfarber/plex
plex API
https://github.com/ryanfarber/plex
plex
Last synced: 26 days ago
JSON representation
plex API
- Host: GitHub
- URL: https://github.com/ryanfarber/plex
- Owner: ryanfarber
- Created: 2022-04-06T03:10:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T07:29:10.000Z (over 2 years ago)
- Last Synced: 2025-01-13T04:08:52.725Z (over 1 year ago)
- Topics: plex
- Language: JavaScript
- Homepage: https://ryanfarber.github.io/plex/
- Size: 5.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```