Created
April 11, 2019 19:15
-
-
Save cjhin/69882cc83b2b87577c2b0a7a26c7db40 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const data = { | |
cameos: [ | |
{ | |
duration: 10, | |
reviewStars: 4, | |
likes: 102, | |
imgUrl: | |
"https://starboard-media.s3.amazonaws.com/v/thumb-5af35885716c190014ebfdb6-00001.jpg", | |
talentUserId: "1", | |
consumerUserId: "3", | |
createdAt: 1499753007464, | |
completedAt: 1499754002257 | |
}, | |
{ | |
duration: 8, | |
reviewStars: 5, | |
likes: 12, | |
imgUrl: | |
"https://starboard-media.s3.amazonaws.com/v/thumb-5ae5a80716ec8c0044200465-00001.jpg", | |
talentUserId: "1", | |
consumerUserId: "6", | |
createdAt: 1319753007464, | |
completedAt: 1379754002257 | |
}, | |
{ | |
duration: 15, | |
reviewStars: 5, | |
likes: 53, | |
imgUrl: | |
"https://starboard-media.s3.amazonaws.com/v/thumb-5ab50fd6cba9800044bc29aa-00001.jpg", | |
talentUserId: "2", | |
consumerUserId: "4", | |
createdAt: 1599753007472, | |
completedAt: 1599754000104 | |
}, | |
{ | |
duration: 12, | |
reviewStars: 4, | |
likes: 1, | |
imgUrl: | |
"https://starboard-media.s3.amazonaws.com/v/thumb-5ae9f72cd6911e0044673c9d-00001.jpg", | |
talentUserId: "2", | |
consumerUserId: "3", | |
createdAt: 1399753007472, | |
completedAt: 1399754000104 | |
}, | |
{ | |
duration: 9, | |
reviewStars: 2, | |
likes: 78, | |
imgUrl: | |
"https://starboard-media.s3.amazonaws.com/v/thumb-5adb7354838d30003d415de0-00001.jpg", | |
talentUserId: "2", | |
consumerUserId: "4", | |
createdAt: 1799753007472, | |
completedAt: 1799754000104 | |
}, | |
{ | |
duration: 27, | |
reviewStars: 2, | |
likes: 1, | |
imgUrl: | |
"https://starboard-media.s3.amazonaws.com/v/thumb-5ae655a8ce0147004453e4c8-00001.jpg", | |
talentUserId: "5", | |
consumerUserId: "6", | |
createdAt: 1199753007472, | |
completedAt: 1199754000104 | |
}, | |
{ | |
duration: 6, | |
reviewStars: 3, | |
likes: 21, | |
imgUrl: | |
"https://starboard-media.s3.amazonaws.com/v/thumb-5ae69d64ce0147004453e4f8-00001.jpg", | |
talentUserId: "5", | |
consumerUserId: "4", | |
createdAt: 1499753007464, | |
completedAt: 1499754000017 | |
} | |
], | |
users: [ | |
{ | |
id: "1", | |
name: "Devon Spinnler", | |
isTalent: true, | |
followers: 102 | |
}, | |
{ | |
id: "2", | |
name: "Chester the Aussie", | |
isTalent: true, | |
followers: 942132 | |
}, | |
{ | |
id: "3", | |
name: "Tom von Geldern", | |
isTalent: false | |
}, | |
{ | |
id: "4", | |
name: "Mat Doan", | |
isTalent: false | |
}, | |
{ | |
id: "5", | |
name: "Abbie Sheppard", | |
isTalent: true, | |
followers: 10201 | |
}, | |
{ | |
id: "6", | |
name: "Chas Jhin", | |
isTalent: false | |
} | |
] | |
}; | |
module.exports = data; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment