Skip to content

Instantly share code, notes, and snippets.

@kevinnio
Last active May 30, 2016 18:44
Show Gist options
  • Save kevinnio/769a792c17ab967b717a635e5fad7ab2 to your computer and use it in GitHub Desktop.
Save kevinnio/769a792c17ab967b717a635e5fad7ab2 to your computer and use it in GitHub Desktop.
Example of json feeds
{
"feeds": [
{
"id": 1,
"profilePhoto": "http:\/\/lorempixel.com\/200\/200\/?71382",
"postUserName": "Jenifer Hyatt",
"postDateTime": "2016-05-09 23:20:00",
"comment": "This is an example feed.",
"postImage": "http:\/\/lorempixel.com\/640\/480\/?58024",
"postTitle": "Example feed #1",
"postUrl": "http:\/\/localhost:3000\/feeds\/1",
"likesCount": 10,
"postCommentsNumber": 11,
"hasLike": true,
"hasComment": false
},
{
"id": 2,
"profilePhoto": "http:\/\/lorempixel.com\/200\/200\/?62549",
"postUserName": "Rasheed Weber",
"postDateTime": "2016-05-09 23:20:00",
"comment": "This is an example feed.",
"postImage": "http:\/\/lorempixel.com\/640\/480\/?74920",
"postTitle": "Example feed #2",
"postUrl": "http:\/\/localhost:3000\/feeds\/2",
"likesCount": 14,
"postCommentsNumber": 4,
"hasLike": false,
"hasComment": false
},
{
"id": 3,
"profilePhoto": "http:\/\/lorempixel.com\/200\/200\/?93746",
"postUserName": "Ms. Deja Monahan MD",
"postDateTime": "2016-05-09 23:20:00",
"comment": "This is an example feed.",
"postImage": "http:\/\/lorempixel.com\/640\/480\/?83605",
"postTitle": "Example feed #3",
"postUrl": "http:\/\/localhost:3000\/feeds\/3",
"likesCount": 13,
"postCommentsNumber": 6,
"hasLike": true,
"hasComment": true
},
{
"id": 4,
"profilePhoto": "http:\/\/lorempixel.com\/200\/200\/?95151",
"postUserName": "Amiya Fisher",
"postDateTime": "2016-05-09 23:20:00",
"comment": "This is an example feed.",
"postImage": "http:\/\/lorempixel.com\/640\/480\/?45837",
"postTitle": "Example feed #4",
"postUrl": "http:\/\/localhost:3000\/feeds\/4",
"likesCount": 18,
"postCommentsNumber": 5,
"hasLike": true,
"hasComment": false
},
{
"id": 5,
"profilePhoto": "http:\/\/lorempixel.com\/200\/200\/?63627",
"postUserName": "Prof. Jeremy Grady",
"postDateTime": "2016-05-09 23:20:00",
"comment": "This is an example feed.",
"postImage": "http:\/\/lorempixel.com\/640\/480\/?51858",
"postTitle": "Example feed #5",
"postUrl": "http:\/\/localhost:3000\/feeds\/5",
"likesCount": 3,
"postCommentsNumber": 10,
"hasLike": false,
"hasComment": false
},
{
"id": 6,
"profilePhoto": "http:\/\/lorempixel.com\/200\/200\/?77692",
"postUserName": "Clinton O'Kon",
"postDateTime": "2016-05-09 23:20:00",
"comment": "This is an example feed.",
"postImage": "http:\/\/lorempixel.com\/640\/480\/?14897",
"postTitle": "Example feed #6",
"postUrl": "http:\/\/localhost:3000\/feeds\/6",
"likesCount": 11,
"postCommentsNumber": 13,
"hasLike": true,
"hasComment": true
},
{
"id": 7,
"profilePhoto": "http:\/\/lorempixel.com\/200\/200\/?68962",
"postUserName": "Trace Rolfson II",
"postDateTime": "2016-05-09 23:20:00",
"comment": "This is an example feed.",
"postImage": "http:\/\/lorempixel.com\/640\/480\/?12369",
"postTitle": "Example feed #7",
"postUrl": "http:\/\/localhost:3000\/feeds\/7",
"likesCount": 12,
"postCommentsNumber": 18,
"hasLike": true,
"hasComment": false
},
{
"id": 8,
"profilePhoto": "http:\/\/lorempixel.com\/200\/200\/?64468",
"postUserName": "Nathan Reichert",
"postDateTime": "2016-05-09 23:20:00",
"comment": "This is an example feed.",
"postImage": "http:\/\/lorempixel.com\/640\/480\/?17307",
"postTitle": "Example feed #8",
"postUrl": "http:\/\/localhost:3000\/feeds\/8",
"likesCount": 14,
"postCommentsNumber": 18,
"hasLike": true,
"hasComment": true
},
{
"id": 9,
"profilePhoto": "http:\/\/lorempixel.com\/200\/200\/?32198",
"postUserName": "Donald Ondricka",
"postDateTime": "2016-05-09 23:20:00",
"comment": "This is an example feed.",
"postImage": "http:\/\/lorempixel.com\/640\/480\/?15991",
"postTitle": "Example feed #9",
"postUrl": "http:\/\/localhost:3000\/feeds\/9",
"likesCount": 8,
"postCommentsNumber": 8,
"hasLike": false,
"hasComment": false
},
{
"id": 10,
"profilePhoto": "http:\/\/lorempixel.com\/200\/200\/?25474",
"postUserName": "Nelle Pfannerstill",
"postDateTime": "2016-05-09 23:20:00",
"comment": "This is an example feed.",
"postImage": "http:\/\/lorempixel.com\/640\/480\/?10626",
"postTitle": "Example feed #10",
"postUrl": "http:\/\/localhost:3000\/feeds\/10",
"likesCount": 11,
"postCommentsNumber": 6,
"hasLike": true,
"hasComment": false
}
],
"isLastPage": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment