Skip to content

Instantly share code, notes, and snippets.

View sethbonnie's full-sized avatar

Seth Bonnie sethbonnie

  • RealGeeks
  • Dallas, TX
View GitHub Profile
var http = require('http');
var base_url = 'http://letsrevolutionizetesting.com/challenge.json?id='
function challenge(id) {
http.get(base_url+id, function(res) {
var result = [];
res.on('data', function(chunk) {
result.push(chunk);
});
res.on('end', function(chunk) {

Keybase proof

I hereby claim:

  • I am sethbonnie on github.
  • I am sethkb (https://keybase.io/sethkb) on keybase.
  • I have a public key ASDpFb59gbTbDbLX88AJTO9S_i53hFPiKWrWlZ1i1kyO-Ao

To claim this, I am signing this object: