module NWSClient

Overview

TODO Write documentation for Nws::Client

Defined in:

api_helper.cr
errors.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"

Class Method Summary

Class Method Detail

def self.active_alerts #

[View source]
def self.alerts #

[View source]
def self.gridpoints(wfo, x, y) #

[View source]