UNPKG

test-weather-fork

Version:
13 lines (12 loc) 261 B
export const apiCurrentResponse = { data: [ { rh: 94, city_name: 'Munich', wind_spd: 1.18266, weather: { icon: 'c04d', code: '804', description: 'Overcast clouds' }, datetime: '2019-11-22:10', temp: 3.2, }, ], };