crunchyroll-js-api
Version:
JavaScript API consumer for crunchyroll
55 lines (32 loc) • 1.2 kB
Markdown
for [crunchyroll](https://www.crunchyroll.com) api. To use it, you need a crunchyroll premium account.
This project is thought to be use in a future WebOS application, all future change will be done
to make it compatible with WebOS.
index.js is not finish.
This project is not affiliated with or endorsed by Crunchyroll. The use of this project may violate
the terms of service between you and stream provider. Use with caution and at your own risk.
This software is intended for personal use only. Do not use it for illegal purposes, such as downloading
copyrighted content without permission. We do not condone or support piracy, and any misuse of this
software is not the responsibility of the project contributors or maintainers.
Run build:
```
npm run build
```
Run linter:
```
npm run lint
```
Run jest, you must include valid credentials in authData.json file:
```
npm run test
```
There are json examples for requests. This is only for easy check.
This project is released under [Apache 2.0 License](LICENSE)
A javascript node library