0.0.8 • Published 11 years ago

tweet-blink v0.0.8

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

node-tweet-blink

Real time visualization of tweets using blink(1)

Installation:

  • npm install -g tweet-blink
  • Copy tweet-blink.json.sample to ~/.tweet-blink.json
  • Add TWITTER_CONSUMER_KEY, TWITTER_CONSUMER_SECRET, TWITTER_ACCESS_TOKEN and TWITTER_ACCESS_SECRET to your environment variables.

Usage:

All you need is a configuration file like:

{
	"iphone": [255, 0, 0],
	"ipad": [0, 255, 0],
	"javascript": [0, 0, 255]
}

where you specify the keywords to track and the colors associated with them.

And then run it: $ tweet-blink

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago