UNPKG

myweatherdata

Version:

A weather data CLI tool. Weather forcast by zip code.

9 lines 179 B
var Settings = { SetTheme(theme, config) { config.set('ThemeColor', theme); }, SetZipCode(zip, config) { config.set('ZipCode', zip); } } module.exports = Settings;