UNPKG

evenietminus

Version:
5 lines (4 loc) 161 B
export const WEATHER = 'weather' export const FORECAST = 'forecast' export const HOST = `https://api.openweathermap.org/data/` export const API_VERSION = `2.5/`