Please note that this repository is now in a read-only state and will not receive any further updates or support.
We recommend using to the latest version of the Agora Web SDK: Learn more
For documentation and support, please visit the Agora Documentation.
Project AgorafireTV is my entry for Agora Holiday Hacks 2018!.
Is a chrome extension that will allow you to watch your favorite shows from the comfort of your browser :)
Users once installed the application receive notifications when new shows are live boradcasting ... notification are equiped with actions
for quick access to the current show .
## Picture-in-picture
The broadcasted show can be watched in isolated window using the Picture-in-Picture Web API in Chrome, by click on the button in the top right of the video.
git clone https://github.com/AgoraIO-Community/AgoraFireTV
cd agorafire-tv/
npm install
npm run build
After cloning the repo , your project should look like this:
agorafire-tv/
README.md
node_modules/
package.json
dist/
index.html
favicon.ico
src/
assets/
modules/
pages/
background/
aliases.js
store.js
reducers.js
popup/
components/
app.js
index.js
shared/
manifest.json
webpack.config.js
## Test the extension
- Go to
chrome://extensions
via omnibox ormenu -> Tools -> Extensions
- Enable Developer mode by ticking the checkbox in the upper-right corner
- Click on the
Load unpacked extension...
button - Select the directory containing your unpacked extension
We are always open to your feedback.