Skip to content

Instantly share code, notes, and snippets.

@andresilveirah
Created April 29, 2017 19:24
Show Gist options
  • Save andresilveirah/650e9e32f14f133473dc9d0e38cfc418 to your computer and use it in GitHub Desktop.
Save andresilveirah/650e9e32f14f133473dc9d0e38cfc418 to your computer and use it in GitHub Desktop.
an attempt to use gist as an data store
{
"todos": [
{
"id": "fa7639c3-c19d-4038-9ac3-10ddc816074b",
"text": "test",
"completed": false
},
{
"id": "7691c444-b37d-44ad-aeaa-5ecaf5f2fc79",
"text": "hellow",
"completed": false
},
{
"id": "9116f665-38b5-4497-88eb-4bef86449474",
"text": "aloha",
"completed": false
},
{
"id": "9d69b1bb-e3a5-44b0-a1c0-6e697490ae1d",
"text": "one more",
"completed": true
},
{
"id": "1942afca-f4c8-49ab-88dc-47de4f86454a",
"text": "asdf",
"completed": false
},
{
"id": "cae0bc30-3d76-4628-8e43-175e88f3eacd",
"text": "lsls",
"completed": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment