Skip to content

Instantly share code, notes, and snippets.

@manderly
Created December 20, 2017 03:51
Show Gist options
  • Save manderly/332969e026459b160d1ef6df229be38e to your computer and use it in GitHub Desktop.
Save manderly/332969e026459b160d1ef6df229be38e to your computer and use it in GitHub Desktop.
course-explorer-mock-data.json
{
"courses":{
"CS123":{
"fullName":"CS 123 - Introduction to Coding",
"description":"A solid course with a brilliant instructor",
"tips":[
{
"tip":"Study hard",
"timestamp":"July 2017"
},
{
"tip":"Read the book",
"timestamp":"August 2017"
}
],
"difficulty":[
2,
1,
1,
0,
5
],
"timeSpent":[
1,
1,
0,
0
]
}
},
"dataTimestamp":"12-14-2017"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment