Skip to content

Instantly share code, notes, and snippets.

@apoclyps
Created September 29, 2018 09:58
Show Gist options
  • Save apoclyps/ddb57011692708617d7d4568948e14e2 to your computer and use it in GitHub Desktop.
Save apoclyps/ddb57011692708617d7d4568948e14e2 to your computer and use it in GitHub Desktop.
Example custom data source for Muxer
{
"events":[
{
"name":"Community Social Coding",
"description":"Let's take a little time to code together and build something awesome.",
"url":"https://www.github.com/apoclyps",
"start":"2018-09-29 12:00:00Z",
"end":"2018-09-29 12:00:00Z",
"duration":10000,
"topics":[
],
"entry":[
"free"
],
"category":"Community Coding",
"source":"custom"
},
{
"name":"Community Social Coding",
"description":"Let's take a little time to code together and build something awesome.",
"url":"https://www.github.com/apoclyps",
"start":"2018-10-29 12:00:00Z",
"end":"2018-10-29 12:00:00Z",
"duration":10000,
"topics":[
],
"entry":[
"free"
],
"category":"Community Coding",
"source":"custom"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment