An open API service indexing awesome lists of open source software.

https://github.com/cramforce/streamie

An extremely hackable full realtime twitter client
https://github.com/cramforce/streamie

Last synced: 3 months ago
JSON representation

An extremely hackable full realtime twitter client

Awesome Lists containing this project

README

        

# Streamie #

To try out Streamie go to

For hacking on Streamie, see:

## Setup ##

* use node.js version 0.2.x
* `sudo sh deps`
* Go to [dev.twitter.com](http://dev.twitter.com/) and get oAuth secrets for local.streamie.org
* `cp config.sample.json config.json` and edit config.json
* `cd lib/`
* `mkdir data`
* `node server.js`
* Edit your /etc/hosts file and map local.streamie.org to 127.0.0.1
*
* Now post anything, favorite, etc. Comes up almost before the UI finishes processing.