Skip to content

Instantly share code, notes, and snippets.

@octatone
Created October 26, 2014 10:15
Show Gist options
  • Save octatone/59de609fd066bffb2dd8 to your computer and use it in GitHub Desktop.
Save octatone/59de609fd066bffb2dd8 to your computer and use it in GitHub Desktop.
Main entry point via self-executing controller.
co(function *main () {
(yield get6wTweets).forEach(printStatus);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment