https://github.com/maxime1992/real-debrid-stream
Chrome app build with Angular2 to debrid links with your real debrid account and stream them easily (on your raspberry pi for example) [NOT SUPPORTED ANYMORE]
https://github.com/maxime1992/real-debrid-stream
angular chrome-extension stream-movies
Last synced: 7 months ago
JSON representation
Chrome app build with Angular2 to debrid links with your real debrid account and stream them easily (on your raspberry pi for example) [NOT SUPPORTED ANYMORE]
- Host: GitHub
- URL: https://github.com/maxime1992/real-debrid-stream
- Owner: maxime1992
- License: mit
- Created: 2016-01-03T13:42:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T17:58:28.000Z (about 10 years ago)
- Last Synced: 2024-12-06T21:55:27.476Z (over 1 year ago)
- Topics: angular, chrome-extension, stream-movies
- Language: TypeScript
- Homepage:
- Size: 459 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Real debrid stream
[](https://gitter.im/maxime1992/real-debrid-stream?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Stream movies on [Kodi](http://kodi.tv/) using your [Real-debrid](https://real-debrid.com/) account.
## Install
```
$ git clone https://github.com/maxime1992/real-debrid-stream.git && cd real-debrid-stream
$ npm install
$ gulp build serve
```
Then, import the app into Chrome :
- Navigate to [chrome://extensions](chrome://extensions)
- Click on `Load Unpacked Extension`
- Select `real-debrid-stream` folder
The app should now be loaded into your browser.
## Usage
### Tasks
- `$ gulp clean`: Remove generated folders - `build`, `docs` and `coverage`.
- `$ gulp build`: Create distribution package. See environment `targets` below.
- `$ gulp serve`: Start web-server and live-reload. See environment `targets` below.
Short command when developing : `npm start`
### Environments
Default: `NODE_ENV=development` and `PORT=8080`.
#### Development:
- `$ gulp build serve` is equivalent to
`$ NODE_ENV=development PORT=8080 gulp build serve`.
#### Production
- `$ NODE_ENV=production gulp build serve`.
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. When submitting a PR, make sure that the commit messages match the [Angular conventions](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit-message-format).
## Disclaimer
The law allows you to download/stream/watch a file/movie only if you own the original. No one but you will be held responsible for incorrect use of this plugin.
## License
MIT