Skip to content

Instantly share code, notes, and snippets.

@aaBoustani
Created November 30, 2017 11:22
Show Gist options
  • Select an option

  • Save aaBoustani/79ef1e280baec6a7215734fe95f1664a to your computer and use it in GitHub Desktop.

Select an option

Save aaBoustani/79ef1e280baec6a7215734fe95f1664a to your computer and use it in GitHub Desktop.
{
"_id" : "<ObjectId>",
"picture" : "<String>",
"name" : "<String>",
"email" : "<String>",
"city" : "<String>",
"location" : {
"type" : "Point",
"coordinates" : ["<longitude>", "<latitude>"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment