Skip to content

Commit f9aaeaa

Browse files
committed
Initial commit
0 parents  commit f9aaeaa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+10543
-0
lines changed

.config.template

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"appId": "1234ABCD",
3+
"mongoUser": "username",
4+
"mongoPass": "password",
5+
"mongoAuthSource": "admin",
6+
"mongoHost": "127.0.0.1",
7+
"mongoPort": 27017
8+
}

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
.config

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
MultiCast
2+
=========
3+
4+
:green_heart: A persistent solution to presenting content across multiple Chromecast devices, inspired by [Greenscreen](http://greenscreen.io/).
5+
6+
Developed with Node, Express, and Mongo.
7+
8+
## Installation
9+
10+
## Usage
11+
12+
## Features
13+
14+
- [x] Server-side casting (support any browser)
15+
- [ ] Rotating URLs for a channel
16+
- [ ] Additional channel layouts
17+
- [ ] Persistence for push alerts (view on device that joins after alert)
18+
- [ ] Support for multiple push alerts at once per channel

0 commit comments

Comments
 (0)