Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhansen committed Apr 15, 2024
1 parent 85ebb18 commit 63622b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ var_dump($county->timezone());
var_dump($county->timezones());
/*
** Get information about the location
*/
echo $location->radarStationId();
echo $location->city();
var_dump($location->state());
/*
** Get any active alerts for the location and loop through them
*/
Expand All @@ -74,4 +82,5 @@ var_dump($raw_data);
echo $observations->temperature();
echo $observations->dewpoint();
// other methods are available for the other data points as well
```

0 comments on commit 63622b3

Please sign in to comment.