File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
1010An easy to use wrapper for the [ Dark Sky] ( https://darksky.net/ ) API (formerly [ Forecast.io] ( https://forecast.io ) ).
1111
12- you may specify the specific time, past or present.
1312Overcast will query the Dark Sky API for weather information for the longitude and latitude you specify. Additionally
13+ you may specify the specific time, past or present.
1414
1515See the [ Dark Sky API documentation] ( https://darksky.net/dev/docs ) for more information.
1616
Original file line number Diff line number Diff line change 1515 * Class GuzzleClientAdapter
1616 *
1717 * The Guzzle client adapter uses Guzzle to connect to
18+ * the Dark Sky API
1819 *
1920 * @package VertigoLabs\Overcast\ClientAdapters
20- * the Dark Sky API
2121 */
2222class GuzzleClientAdapter implements ClientAdapterInterface
2323{
@@ -40,8 +40,8 @@ public function __construct(Client $guzzleClient = null)
4040 }
4141
4242 /**
43- * form of an array
4443 * Returns the response data from the Dark Sky in the
44+ * form of an array.
4545 *
4646 * @param float $latitude
4747 * @param float $longitude
Original file line number Diff line number Diff line change 1515 * Class Forecast
1616 *
1717 * The Forecast class represents the data returned
18+ * from the Dark Sky API
1819 *
1920 * @package VertigoLabs\Overcast
20- * from the Dark Sky API
2121 */
2222class Forecast
2323{
Original file line number Diff line number Diff line change 1919/**
2020 * Class Overcast
2121 *
22+ * The Overcast class provides access to the Dark Sky API
2223 *
2324 * @package VertigoLabs\Overcast
24- * The Overcast class provides access to the Dark Sky API
2525 */
2626class Overcast
2727{
You can’t perform that action at this time.
0 commit comments