Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joefiorini/burgundy
Team announcements via Twitter! See all DMs sent to a given Twitter account. Styled specifically for display on TVs and large screens, but responsive enough to look nice on mobile devices as well.
https://github.com/joefiorini/burgundy
Last synced: about 2 months ago
JSON representation
Team announcements via Twitter! See all DMs sent to a given Twitter account. Styled specifically for display on TVs and large screens, but responsive enough to look nice on mobile devices as well.
- Host: GitHub
- URL: https://github.com/joefiorini/burgundy
- Owner: joefiorini
- License: mit
- Created: 2009-11-08T20:38:08.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-05-24T17:15:50.000Z (over 12 years ago)
- Last Synced: 2024-04-14T01:50:38.564Z (9 months ago)
- Language: JavaScript
- Homepage: http://burgundy.herokuapp.com
- Size: 553 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Burgundy
Team announcements via Twitter
![I'm Ron Burgundy?](http://content.artofmanliness.com/uploads/2009/09/ron_burgundy.jpg)
You can access it and sign in at .
## Usage
1. Setup a Twitter account, follow your entire team and have them follow that account
2. Visit on a large display or TV mounted on the wall
3. Follow the "Sign in with Twitter" link to sign in as the account you setup above
4. Watch the Tweets come in!## Develop
First off, Burgundy is written in Javascript and uses Node.js and NPM. Make sure you have those packages installed.
1. Clone code to your machine
2. Run `npm install` to get the dependencies.
3. Create a creds.js file that will contain your credentials based on the example provided.
4. Fire up a server with `node burgundy-server.js`
5. Visit , sign in with Twitter and get developing!