This file contains hidden or 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
| # The script that I use to broadcast tweets about | |
| # Nike to Dashku's demo account, in CoffeeScript. | |
| # require some npm libraries | |
| Twit = require 'twit' | |
| analyze = require('Sentimental').analyze | |
| Placefinder = require 'placefinder' | |
| dashku = require 'dashku' | |
| # Set your API Key |