Skip to content

piepdx/board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ae889b · Oct 8, 2013

History

56 Commits
Aug 3, 2012
Jul 22, 2013
Aug 30, 2012
Aug 3, 2012
Oct 8, 2013
Aug 3, 2012
Aug 3, 2012
Aug 3, 2012
Aug 3, 2012
Aug 30, 2012
Aug 3, 2012

Repository files navigation

PiePdx TV Dashboard Project

A http://piepdx.com community project to build out a community bulletin board on the tv's

Hacking

Fork, Hack, Submit pull request's & Issues (github). It is deployed to http://appfog.com frequently.

TODO: https://github.com/piepdx/board/issues

Overall design

  • The app listens to Twitter Stream , and Hubot (IRC).

Running

Install Node & Npm and then cd into app folder.

To view the twitter data, you will need to have a development.json file in your folder that contains valid twitter oauth credentials::

npm install package.json

# run && view on http://localhost:3000
node app.js   

# or install and run w https://github.com/isaacs/node-supervisor/
npm install -g supervisor
supervisor -w app.js,routes,lib,scripts app.js