https://github.com/keizerdev/foxcast
:tv: Making a Chromecast work on Firefox with this extension
https://github.com/keizerdev/foxcast
Last synced: about 1 year ago
JSON representation
:tv: Making a Chromecast work on Firefox with this extension
- Host: GitHub
- URL: https://github.com/keizerdev/foxcast
- Owner: KeizerDev
- License: mpl-2.0
- Created: 2015-06-06T18:02:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T19:11:14.000Z (over 10 years ago)
- Last Synced: 2025-03-26T11:11:06.806Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 110 KB
- Stars: 21
- Watchers: 9
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Foxcast
Use your chromecast within firefox with this extension. It uses the restfull [Chromecast-api](https://github.com/KeizerDev/Chromecast-api) to talk to the chromecast protocol, so you need to have that turned on in order to make this work.
## Goals:
- [x] List chromecasts.
- [ ] Create a similair layout/style as [this](https://lh3.googleusercontent.com/EkTIaGSPLZHBuEv9Dk7fDDG_Lt3kjJ1u9stXLvaZqMQsaMqbSp1-Gg06HC6UPALQFuBPypkimKo=s640-h400-e365).
- [ ] Add a cast button to the youtube player using a content script.
- [ ] Implementing support for the Chromecast SDK so you can use javascript apps. Now this must be implemented in the api AND in the extension.
- [ ] Make *Foxcast* standalone without [Chromecast-api](https://github.com/KeizerDev/Chromecast-api)
## Build
First you need to have the [Chromecast-api](https://github.com/KeizerDev/Chromecast-api) started and running.
Then start with installing the dependencies for this project using:
```
$ npm install
```
And serve the app with:
```
$ grunt
```