Skip to content

Instantly share code, notes, and snippets.

@captbrogers
Created May 4, 2020 20:23
Show Gist options
  • Save captbrogers/ad0b57f0f7a065da8982fcec165c756b to your computer and use it in GitHub Desktop.
Save captbrogers/ad0b57f0f7a065da8982fcec165c756b to your computer and use it in GitHub Desktop.
Fake data set
[
{
"id": "100",
"name": "Person One",
"email": "person1@email.org",
"location": "Kilauea, Hawaii, United States",
"city": "Kilauea",
"state": "Hawaii",
"country": "United States",
"avatar": "https://pbs.twimg.com/profile_images/1154092629/Square__small_.jpg",
"level_2_certified": true,
"level_1_certified": true,
"latitude": "22.212076",
"longitude": "-159.407308"
},
{
"id": "101",
"name": "Person Two",
"email": "two.person@gmail.com",
"location": "Honolulu, Hawaii, USA",
"city": "Honolulu",
"state": "Hawaii",
"country": "USA",
"avatar": "https://pbs.twimg.com/profile_images/501759258665299968/3799Ffxy.jpeg",
"level_2_certified": true,
"level_1_certified": true,
"latitude": "21.300719",
"longitude": "-157.856031"
},
{
"id": "200",
"name": "Person Three",
"email": "per_son_three@hotmail.com",
"location": "Kilauea, HI, United States",
"city": "Kilauea",
"state": "HI",
"country": "United States",
"avatar": "https://pbs.twimg.com/profile_images/652875667416219648/NY9hnAbp.jpg",
"level_2_certified": false,
"level_1_certified": true,
"latitude": "22.209034",
"longitude": "-159.405109"
},
{
"id": "314",
"name": "Person Four",
"email": "fourth_person@protonmail.com",
"location": "Kapolei, Hawaii, United States",
"city": "Kapolei",
"state": "Hawaii",
"country": "United States",
"avatar": "https://images.unsplash.com/photo-1520813792240-56fc4a3765a7?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=200&fit=max&ixid=eyJhcHBfaWQiOjE3Nzg0fQ",
"level_2_certified": false,
"level_1_certified": true,
"latitude": "21.333453",
"longitude": "-158.061211"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment