This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********************* | |
** I Dream in Code ** | |
*********************/ | |
while( I .sleep() ) { | |
I.dream() in code; | |
I.dream() in algorithms; | |
I.dream() in subroutines; | |
Rewind.age(5) && I.dream.of(["missing pants", "driving hotwheels", "peeing in fountains"]) ); //hint: it’s my bed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var twitter = require('node-twitter') | |
, util = require('util') | |
, https = require('https') | |
var twitterClient = new twitter.SearchClient({ | |
consumer_key: '__YOUR_TWITTER_CONSUMER_KEY__', | |
consumer_secret: '__YOUR_TWITTER_CONSUMER_SECRET__' | |
}); | |
var lastTweet; |