An open API service indexing awesome lists of open source software.

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]

Awesome Lists containing this project

README

          

# Real debrid stream

[![Join the chat at https://gitter.im/maxime1992/real-debrid-stream](https://badges.gitter.im/maxime1992/real-debrid-stream.svg)](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