module Niceout

Defined in:

niceout.cr
niceout/emoji.cr
niceout/location.cr
niceout/version.cr
niceout/weather.cr

Constant Summary

DEFAULT = "❓"
EMOJI_MAP = {"clear sky" => "☀️", "few clouds" => "⛅️", "scattered clouds" => "☁️", "broken clouds" => "⛅️", "shower rain" => "☔️", "rain" => "☔️", "thunderstorm" => "⚡️", "snow" => "❄️", "mist" => "🌁", "haze" => "🌁"}
VERSION = "0.1.0"