export const WEATHER = 'weather'
export const FORECAST = 'forecast'
export const HOST = `https://api.openweathermap.org/data/`
export const API_VERSION = `2.5/`
