You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
299 B

$LOAD_PATH.unshift(File.expand_path("../vendor/bundle", __FILE__))
require "bundler/setup"
require "alphred"
module Forecast
Config = Alphred::Config.load(
FORECAST_API_KEY: nil,
GOOGLE_API_KEY: nil,
FORECAST_UNITS: nil,
DEFAULT_LOCATION: nil,
DEFAULT_LAT_LONG: nil,
)
end