Skip to content

Instantly share code, notes, and snippets.

@drobiazko
Created April 27, 2012 20:18
Show Gist options
  • Save drobiazko/2512588 to your computer and use it in GitHub Desktop.
Save drobiazko/2512588 to your computer and use it in GitHub Desktop.
Display customers on GMap
{
"nodes": [
{
"title": "HTTP Request",
"icon": "images/icons/http_64.png",
"top": 132,
"left": 131,
"compID": "http",
"uri": "/users/:id",
"method": "get",
"id": "step_116"
},
{
"title": "HTTP Response",
"icon": "images/icons/http_64.png",
"top": 129,
"left": 926,
"compID": "http_response",
"id": "step_125"
},
{
"title": "Dropbox Get",
"icon": "images/icons/dropbox_64.png",
"top": 131,
"left": 318,
"compID": "dropbox_get",
"path": "tweets/drobiazko",
"id": "step_128"
},
{
"title": "CSV Read",
"icon": "images/icons/csv_64.png",
"top": 131,
"left": 518,
"compID": "scv_read",
"delimiter": ",",
"id": "step_134"
},
{
"title": "Google Geo",
"icon": "images/icons/google_geo_64.png",
"top": 130,
"left": 716,
"compID": "google_geo",
"id": "step_140"
}
],
"connections": [
{
"from": "step_116",
"to": "step_128"
},
{
"from": "step_128",
"to": "step_134"
},
{
"from": "step_134",
"to": "step_140"
},
{
"from": "step_140",
"to": "step_125"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment