• This repository has been archived on 15/Feb/2019
  • Stars
    star
    493
  • Rank 89,306 (Top 2 %)
  • Language
    JavaScript
  • License
    Other
  • Created about 14 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An extremely hackable full realtime twitter client

Streamie

To try out Streamie go to http://streamie.org

For hacking on Streamie, see: http://www.nonblocking.io/2010/08/future-is-here-i-just-forked-running.html

Setup

  • use node.js version 0.2.x
  • sudo sh deps
  • Go to 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
  • http://local.streamie.org:8888/
  • Now post anything, favorite, etc. Comes up almost before the UI finishes processing.