Skip to content

Instantly share code, notes, and snippets.

@connerbrooks
Last active August 29, 2015 14:26
Show Gist options
  • Save connerbrooks/cd520543484827d20d15 to your computer and use it in GitHub Desktop.
Save connerbrooks/cd520543484827d20d15 to your computer and use it in GitHub Desktop.
Maker Faire Schedule for Development
{
"days": [
{
"date_title": "Sept. 12",
"events": [
{
"name": "Maker Faire Begins",
"location": "Orlando Science Center",
"description": "Join us for fun and excietment.",
"start_time": "10:00 AM",
"end_time": ""
},
{
"name": "Fun Event",
"location": "Level 1",
"description": "Join us for fun and excietment.",
"start_time": "10:00 AM",
"end_time": "12:00 PM"
},
]
},
{
"date_title": "Sept. 13",
"events": [
{
"name": "Extremely cool event",
"location": "Level 1",
"description": "Join us for fun and excietment.",
"start_time": "12:00 PM",
"end_time": "1:00 PM"
},
{
"name": "Maker Faire Ends",
"location": "Orlando Science Center",
"description": "Join us for fun and excietment.",
"start_time": "6:00 PM",
"end_time": ""
}
]
},
{
"date_title": "Sept. 14",
"events": [
{
"name": "Extremely cool event",
"location": "Level 1",
"description": "Join us for fun and excietment.",
"start_time": "12:00 PM",
"end_time": "1:00 PM"
},
{
"name": "Maker Faire Ends",
"location": "Orlando Science Center",
"description": "Join us for fun and excietment.",
"start_time": "6:00 PM",
"end_time": ""
}
]
}
],
"faire_year": "2015"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment