Skip to content

Instantly share code, notes, and snippets.

@drobiazko
Created March 21, 2012 16:46
Show Gist options
  • Save drobiazko/2149428 to your computer and use it in GitHub Desktop.
Save drobiazko/2149428 to your computer and use it in GitHub Desktop.
Untitled_0
{
"nodes": [
{
"title": "Code",
"icon": "images/icons/code_64.png",
"top": 138,
"left": 200,
"compID": "code",
"code": "next(null, { message : \"Hello world!\" });",
"id": "step_98"
},
{
"title": "MongoDB Insert",
"icon": "images/icons/mongodb_64.png",
"top": 138,
"left": 416,
"compID": "mongodb_insert",
"collection": "tweets/drobiazko",
"id": "step_105"
}
],
"connections": [
{
"from": "step_98",
"to": "step_105"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment