Skip to content

Instantly share code, notes, and snippets.

@forresto
Created June 13, 2012 10:01
Show Gist options
  • Save forresto/2923185 to your computer and use it in GitHub Desktop.
Save forresto/2923185 to your computer and use it in GitHub Desktop.
meemoo app: hackable digital clock 0.1
{
"info": {
"title": "hackable digital clock 0.1",
"author": "forresto",
"description": "hackable clock for #mozparty 2012, digital version",
"url": "hackabledigitalclock",
"appview": 4,
"parents": [
"https://gist.github.com/2760122",
"https://gist.github.com/2923185"
]
},
"nodes": [
{
"src": "http://forresto.github.com/meemoo-modules/clock.html",
"x": 56,
"y": 207,
"z": 0,
"w": 140,
"h": 122,
"state": {},
"id": 3
},
{
"src": "http://forresto.github.com/meemoo-image/text.html",
"x": 472,
"y": 66,
"z": 0,
"w": 203,
"h": 148,
"state": {
"x": 10,
"y": 200,
"font": "bold 200px Tahoma",
"fillcolor": "rgba(255, 0, 255, 0.1)",
"strokecolor": "black",
"strokewidth": 1
},
"id": 5
},
{
"src": "http://forresto.github.com/meemoo-image/text.html",
"x": 476,
"y": 275,
"z": 0,
"w": 218,
"h": 163,
"state": {
"x": 200,
"y": 150,
"font": "bold 150px Tahoma",
"fillcolor": "rgba(255, 255, 0, 0.1)",
"strokecolor": "black",
"strokewidth": 1
},
"id": 6
},
{
"src": "http://forresto.github.com/meemoo-image/text.html",
"x": 478,
"y": 490,
"z": 0,
"w": 230,
"h": 155,
"state": {
"x": 220,
"y": 200,
"font": "bold 100px Tahoma",
"fillcolor": "rgba(0, 255, 255, 0.1)",
"strokecolor": "black",
"strokewidth": 1
},
"id": 15
},
{
"src": "http://forresto.github.com/meemoo-image/combine.html",
"x": 971,
"y": 372,
"z": 0,
"w": 605,
"h": 318,
"state": {},
"id": 4
}
],
"edges": [
{
"source": [
3,
"hours"
],
"target": [
5,
"text"
]
},
{
"source": [
3,
"minutes"
],
"target": [
6,
"text"
]
},
{
"source": [
5,
"image"
],
"target": [
4,
"layer1"
]
},
{
"source": [
6,
"image"
],
"target": [
4,
"layer2"
]
},
{
"source": [
15,
"image"
],
"target": [
4,
"layer3"
]
},
{
"source": [
3,
"seconds"
],
"target": [
15,
"text"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment