Initial commit.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"location": {
|
||||
"city": {
|
||||
"code": "Queens",
|
||||
"name": "Queens",
|
||||
"state": {
|
||||
"code": "NY",
|
||||
"name": "New York",
|
||||
"country": {
|
||||
"code": "US",
|
||||
"name": "United States"
|
||||
}
|
||||
}
|
||||
},
|
||||
"coordinate": {
|
||||
"latitude": 40.7513,
|
||||
"longitude": -73.8244
|
||||
},
|
||||
"timezone": {
|
||||
"code": "America/New_York",
|
||||
"name": "America/New_York"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user