Skip to content

Instantly share code, notes, and snippets.

@mcomella
Last active August 28, 2017 17:41
Show Gist options
  • Save mcomella/ab6c44d35dc4c098b3c6813087154669 to your computer and use it in GitHub Desktop.
Save mcomella/ab6c44d35dc4c098b3c6813087154669 to your computer and use it in GitHub Desktop.
Sample format under the users/<user>/venues/details/<location-id>
{
"providers" : {
"yelp" : {
"address" : [ "", "", "" ],
"coordinates" : {
"lat" : 0,
"lng" : 0
},
"description" : "",
"id" : "",
"name" : "",
"phone" : "",
"rating" : 0,
"ratingMax" : 0,
"totalReviewCount" : 0,
"url" : ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment