UNPKG
test-weather-fork
Version:
latest (1.1.1-beta-2)
1.1.1
1.1.1-beta-2
1.1.1-beta-1
1.1.1-beta
React Weather component
github.com/JohanBjerning/react-open-weather
JohanBjerning/react-open-weather
test-weather-fork
/
tests
/
fixtures
/
weatherbit
/
current.js
13 lines
(12 loc)
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
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
, }, ], }
;