class Niceout::Weather

Defined in:

niceout/weather.cr

Constant Summary

APIKEY = ENV["OPEN_WEATHER_MAP_KEY"]

Constructors

Instance Method Summary

Constructor Detail

def self.new(location : Niceout::Location) #

[View source]

Instance Method Detail

def description_to_emoji(description) #

[View source]
def load_weather(lat, lon) #

[View source]
def temp_k_to_f(temp) #

[View source]
def weather_display #

[View source]