plex-webapi
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

plex-webapi

Interact with the plex api via a logged in user or use a server directly with just the address

Setup development enviroment

I use VSCode and push my build scripts and whatnot. If you use it too and clone this repo everything should work for you out of the box. For others you will have do adopt the script yourself.

If you want to run the demos you will need to modify it so that the user constructor gets called with email + password.

Project structure

├── demo
├── dist
├── docs
├── node_modules
├── src
├── package.json
├── package-lock.json
├── README.md
└── tsconfig.json

demo : Contains files I use for debugging or files you can use to see what you can do with this project dist : Not in this repo, but if built will contain the javascript and map files used to run and debug docs : Bits and pieces of the api I used and documented. Probably not complete whatsoever src : The actual code written in typescript

Running the tests

None yet

Readme

Keywords

Package Sidebar

Install

npm i plex-webapi

Weekly Downloads

1

Version

0.2.0

License

ISC

Unpacked Size

28.5 kB

Total Files

26

Last publish

Collaborators

  • earlopain