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
`owmr` accesses **OpenWeatherMap's** API, a service providing weather data in the past, in the future and now and furthermore, serving weather map layers usable in frameworks like `leaflet`. In order to access its API you have to sign up for an API key at
See **OpenWeatherMap's** API documentation for optional parameters, which can be passed to all functions fetching weather data via the `...` parameter in R
38
+
39
+
-<https://openweathermap.org/api/>
30
40
31
41
```r
32
42
library(owmr)
33
43
```
34
44
35
-
## owmr 0.7.0
36
-
## another crazy way to talk to OpenWeatherMap's api
45
+
## owmr 0.7.2
46
+
## another crazy way to talk to OpenWeatherMap's API
37
47
## Documentation: type ?owmr or https://crazycapivara.github.io/owmr/
38
48
## Issues, notes and bleeding edge: https://github.com/crazycapivara/owmr/
`owmr` accesses __OpenWeatherMap's__ API, a service providing weather data in the past, in the future and now and furthermore, serving weather map layers usable in frameworks like `leaflet`. In order to access its API you have to sign up for an API key at
See __OpenWeatherMap's__ API documentation for optional parameters, which can be passed to all functions fetching weather data via the `...` parameter in R
0 commit comments