Skip to content

Tattoodo/streaming-graphics-for-fb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streaming graphics

Run the dashboard

Run the NodeJS program. (On first run, it will automatically install dependencies via npm install, it might take a short while)

npm start

Run in Chrome App Mode

If necessary, you can run this thing in App Mode - without address bar. Start chrome in app mode with this command (in a new Terminal tab) (for Mac OS)

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app=http://localhost.studio42.dk:8080

on windows, start chrome this way

chrome.exe --app=http://localhost.studio42.dk:8080

Coding style

This codebase is making an honest attempt to follow the "standardjs" coding style for JavaScript, see http://standardjs.com/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.5%
  • HTML 9.6%
  • CSS 4.9%