Skip to content

Instantly share code, notes, and snippets.

@chompomonim
Forked from drobiazko/flow.json
Created June 9, 2012 12:20
Show Gist options
  • Save chompomonim/2900785 to your computer and use it in GitHub Desktop.
Save chompomonim/2900785 to your computer and use it in GitHub Desktop.
Twitter Timeline to Dropbox
{
"nodes": [
{
"title": "Timeline",
"icon": "images/icons/twitter_64.png",
"top": 123,
"left": 234,
"compID": "twitter",
"username": "elasticio",
"backFill": "15",
"id": "step_528"
},
{
"title": "Log",
"icon": "images/icons/log_64.png",
"top": 116,
"left": 471,
"compID": "log",
"level": "debug",
"id": "step_530"
},
{
"title": "Dropbox",
"icon": "images/icons/dropbox_64.png",
"top": 122,
"left": 705,
"compID": "dropbox",
"path": "elastic_shared/tweets/drobiazko",
"id": "step_548"
}
],
"connections": [
{
"from": "step_528",
"to": "step_530"
},
{
"from": "step_530",
"to": "step_548"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment