You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,16 +70,17 @@ array (
70
70
"city" => "New Haven",
71
71
"state" => "CT",
72
72
"postal_code" => "06510",
73
-
"lat" => 41.28,
73
+
"lat" => 41.28,
74
74
"lon" => -72.88,
75
-
"timezone" => "America/New_York"
76
-
"default" => false
75
+
"timezone" => "America/New_York",
76
+
"continent" => "NA",
77
+
"default" => false
77
78
);
78
-
```
79
-
80
-
#### Note
81
-
82
-
In the case that a location is not found the fallback location will be returned with the `default` parameter set to `true`. In a future release I'll make the default location customizable. For not it is New Haven, CT.
79
+
```
80
+
81
+
#### Note
82
+
83
+
In the case that a location is not found the fallback location will be returned with the `default` parameter set to `true`. In a future release I'll make the default location customizable. For not it is New Haven, CT.
0 commit comments