Skip to content

Instantly share code, notes, and snippets.

@abhisuri97
Created March 18, 2017 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhisuri97/b122253ecdf8ee3f6c261e3123905291 to your computer and use it in GitHub Desktop.
Save abhisuri97/b122253ecdf8ee3f6c261e3123905291 to your computer and use it in GitHub Desktop.
var os = oboe()
os.node('locations.*', function(location) {
// process things here later
return oboe.drop;
}).done('done');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment