diericx / bevy

Self hosted software for distibuted video streaming using BitTorrent
75 stars 6 forks source link

Add Iceetime bindings to frontend #8

Closed diericx closed 4 years ago

diericx commented 4 years ago

Currently we are just haphazardly making api calls in the frontend. Create an actual Iceetime object with requests as functions instead of manually making them in components.

https://github.com/diericx/iceetime/blob/3a05a7569a3412a517e549920c72afd1fcd92fb5/frontend/src/components/TorrentStream/index.js#L25