Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
  2. <script>
  3. function kimonoCallback(data) {
  4. // do something with the data
  5. // please make sure the scope of this function is global
  6. }
  7.  
  8. $.ajax({
  9. "url": "https://www.kimonolabs.com/api/8570yffq?apikey=esGASx4askFHb0mpOOFSF8k1b5aZtxBt&callback=kimonoCallback",
  10. "crossDomain":true,
  11. "dataType":"jsonp"
  12. });
  13. </script>
  14.  
  15. {
  16. "name": "Lutsen Ski Conditions",
  17. "count": 1,
  18. "frequency": "Daily",
  19. "version": 4,
  20. "newdata": true,
  21. "lastrunstatus": "success",
  22. "thisversionrun": "Thu Aug 21 2014 16:55:54 GMT+0000 (UTC)",
  23. "lastsuccess": "Thu Aug 21 2014 16:55:54 GMT+0000 (UTC)",
  24. "stats": {
  25. "retriedUrls": [],
  26. "failedUrls": [],
  27. "successful": 1,
  28. "rows": 1,
  29. "retried": 0,
  30. "failed": 0,
  31. "duration": 2620
  32. },
  33. "nextrun": "Fri Aug 22 2014 16:55:53 GMT+0000 (UTC)",
  34. "results": {
  35. "collection1": [
  36. {
  37. "Base": "0" - 0"",
  38. "Past 24hrs": "0"",
  39. "Past 7days": "0"",
  40. "Mtns Open": "0 of 4",
  41. "Runs Open": "96%",
  42. "Lifts Open": "0"
  43. }
  44. ]
  45. }
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement