Skip to content

Instantly share code, notes, and snippets.

@automata
Created March 30, 2012 07:17
Show Gist options
  • Save automata/2248496 to your computer and use it in GitHub Desktop.
Save automata/2248496 to your computer and use it in GitHub Desktop.
hello meemoo!
{
"info": {
"title": "hello meemoo!",
"author": "automata",
"description": "testing simple modules",
"url": "hellomeemoo"
},
"nodes": [
{
"src": "http://automata.github.com/meemoo-modules/bang.html",
"x": 342,
"y": 403,
"z": 0,
"w": 200,
"h": 200,
"state": {},
"id": 0
},
{
"src": "http://automata.github.com/meemoo-modules/console.html",
"x": 908,
"y": 358,
"z": 0,
"w": 200,
"h": 200,
"state": {},
"id": 2
},
{
"src": "http://automata.github.com/meemoo-modules/evaluator.html",
"x": 471,
"y": 147,
"z": 0,
"w": 200,
"h": 200,
"state": {},
"id": 4
},
{
"src": "http://automata.github.com/meemoo-modules/hello-world.html",
"x": 897,
"y": 96,
"z": 0,
"w": 200,
"h": 200,
"state": {},
"id": 6
},
{
"src": "http://forresto.github.com/meemoo-modules/metronome.html",
"x": 102,
"y": 73,
"z": 0,
"w": 200,
"h": 200,
"state": {},
"id": 8
}
],
"edges": [
{
"source": [
4,
"result"
],
"target": [
6,
"name"
]
},
{
"source": [
4,
"result"
],
"target": [
2,
"display"
]
},
{
"source": [
8,
"beat"
],
"target": [
4,
"run"
]
},
{
"source": [
0,
"bang"
],
"target": [
2,
"clear"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment