module Spu

Defined in:

spu-api.cr

Constant Summary

SERVICE_MAP = Hash(String, Service) {"Garbage" => Service::Garbage, "Recycle" => Service::Recycle, "Food/Yard Waste" => Service::YardWaste}
TIMEZONE = "America/Los_Angeles"
VERSION = "0.1.0"