Skip to content

Instantly share code, notes, and snippets.

View robi42's full-sized avatar

Robert Thurnher robi42

View GitHub Profile
// Test for Ringo's new async HTTP client with streaming Twitter API
// Run with:
// ringo twitterstream.js KEYWORD
// needs valid user credentials
var username = "user";
var password = "password";
include("ringo/term");
var {Client} = require("ringo/httpclient");