Skip to content

jsconf/jsconfar-2014-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSConf.ar Live Dashboard

On the venue we setup three 60" TVs to display information about the event (like next speaker), the venue (a small map for localization) and social media (Features Tweets, YouTube, Swarm checkins).

Each TV had a notebook with a browser in kiosk mode and it connected to the server running "node server.js"

alt tag

To deploy the dashboard just follow simple steps:

1. Download dependencies

npm install

2. Customize /config.json with your own Twitter & Foursquare credentials and Youtube video id

3. Last but not least, run server

node server.js

To access the dashboard locally you have three endpoints, one for each TV (we had three differents locations for the TVs with a different purpose)

Finally we had a endpoint that worked as remote for changing the current speaker at will from a staff smartphone. (http://localhost:5000/control/randomhash)

We strongly recommend using "Device Mode" on Developer Tools to simulate vertical 1080x1920 TV.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published