Module: WeatherGov

Defined in:
lib/weather_gov.rb,
lib/weather_gov/api.rb,
lib/weather_gov/zone.rb,
lib/weather_gov/alert.rb,
lib/weather_gov/point.rb,
lib/weather_gov/client.rb,
lib/weather_gov/office.rb,
lib/weather_gov/address.rb,
lib/weather_gov/feature.rb,
lib/weather_gov/product.rb,
lib/weather_gov/version.rb,
lib/weather_gov/forecast.rb,
lib/weather_gov/gridpoint.rb,
lib/weather_gov/identifier.rb,
lib/weather_gov/identifier.rb,
lib/weather_gov/valid_time.rb,
lib/weather_gov/product_list.rb,
lib/weather_gov/forecast_period.rb,
lib/weather_gov/alert_collection.rb,
lib/weather_gov/identifier/alert.rb,
lib/weather_gov/identifier/point.rb,
lib/weather_gov/identifier/office.rb,
lib/weather_gov/relative_location.rb,
lib/weather_gov/feature_collection.rb,
lib/weather_gov/identifier/problem.rb,
lib/weather_gov/identifier/station.rb,
lib/weather_gov/observation_station.rb,
lib/weather_gov/identifier/fire_zone.rb,
lib/weather_gov/identifier/gridpoint.rb,
lib/weather_gov/valid_duration_value.rb,
lib/weather_gov/identifier/county_zone.rb,
lib/weather_gov/identifier/forecast_zone.rb,
lib/weather_gov/observation_station_collection.rb

Defined Under Namespace

Classes: API, Address, Alert, AlertCollection, Client, Error, Feature, FeatureCollection, Forecast, ForecastPeriod, Gridpoint, Identifier, ObservationStation, ObservationStationCollection, Office, Point, Product, ProductList, RelativeLocation, ValidDurationValue, ValidTime, Zone

Constant Summary collapse

API_BASE_URI =
"https://api.weather.gov"
VERSION =
"0.1.1"