Guest User

Untitled

a guest
Dec 17th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $.getJSON(weatherAPI, function(data){
  2. // get data
  3. });
  4.  
  5. [Object {
  6. description: "clear sky",
  7. icon: "xyz",
  8. main: "clear"
  9. }]
Add Comment
Please, Sign In to add comment