UNPKG

crunchyroll-js-api

Version:
55 lines (32 loc) 1.2 kB
# Crunchyroll-js-api A javascript node library for [crunchyroll](https://www.crunchyroll.com) api. To use it, you need a crunchyroll premium account. ## Coverage 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. ## Warning 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. ## Disclaimer 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. ## Build Run build: ``` npm run build ``` ## Linter (ESlint) Run linter: ``` npm run lint ``` ## Test (jest) Run jest, you must include valid credentials in authData.json file: ``` npm run test ``` ## result_examples There are json examples for requests. This is only for easy check. ## ⚖ License This project is released under [Apache 2.0 License](LICENSE)