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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,10 @@ client.fetchWeather(latitude: latitude, longitude: longitude) { result in
48
48
let result =tryawait client.fetchWeatherAsync(latitude: latitude, longitude: longitude)
49
49
```
50
50
51
+
See the [full documentation](https://mattboran.github.io/OpenWeatherAPI/documentation/openweatherapi/) for more information.
52
+
51
53
## Contributing
52
54
If you find a bug or would like to contribute to this Swift package, please open an issue or submit a pull request on [GitHub](https://github.com/mattboran/OpenWeatherAPI).
53
55
54
56
## License
55
-
This Swift package is licensed under the Apache License, Version 2.0
57
+
This Swift package is licensed under the Apache License, Version 2.0
0 commit comments