Advertisement
dimabest92

Untitled

Aug 30th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     this.state = {
  2.       response: [{
  3.           city: 'Berlin',
  4.           date: '11-12-2018',
  5.           weatherId: '112',
  6.           iconId: '10d.png',
  7.           temp: '25 °C',
  8.           humidity: '38 %'
  9.       }, {
  10.           city: 'Berlin',
  11.           date: '12-12-2018',
  12.           weatherId: '422',
  13.           iconId: '09d.png',
  14.           temp: '20 °C',
  15.           humidity: '85 %'
  16.         }
  17.       ]
  18.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement