Dale Campbell
Results
7
issues of
Dale Campbell
This exists for current weather data, but not for the forecast endpoint. For example: https://openweathermap.org/forecast5#zip If I get some time, I'll implement this and send a PR.
Postgres example: ``` ruby url = "postgres://username:[email protected]:5432/db_name" AppConfig.setup!(postgres: url) ```
storage
Using a `create: true` storage option when calling `AppConfig.setup!()` creates (or writes to) the given storage (YAML file, Mongo collection, etc.).
feature