Skip to content

Commit 56d9403

Browse files
author
Andreas Aagaard
committed
# Added readme
1 parent 45ea68b commit 56d9403

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,15 @@ composer require quick-order/laravel-owm
99
You can publish the config file with:
1010
```bash
1111
php artisan vendor:publish --provider="QuickOrder\Weather\WeatherServiceProvider"
12+
```
13+
14+
## Usage
15+
16+
```php
17+
use \QuickOrder\Weather\Weather;
18+
19+
$weather = Weather::getWeather(
20+
'zip:5000,DK'
21+
);
22+
1223
```

0 commit comments

Comments
 (0)