module NWSClient
Overview
TODO Write documentation for Nws::Client
Defined in:
api_helper.crerrors.cr
nws-client.cr
nws-client/alerts.cr
nws-client/gridpoints/common.cr
types/alerts.cr
types/gridpoints_forecast.cr
types/points.cr
types/zone_forecast.cr
Constant Summary
-
CLIENT =
HTTP::Client.new(URI.new(host: "api.weather.gov", scheme: "https"))
-
USER_AGENT =
"Crystal.dscottboggs.NWSClient/#{VERSION}"
-
VERSION =
"0.1.0"