Guest User

Untitled

a guest
Apr 10th, 2015
2,441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. $.getJSON('https://api.twitch.tv/kraken/streams/' + 'Jonathan_x64', function(channel) {
  3.  
  4.     if (channel["stream"] == null) {
  5.         document.write("nie wow");
  6.     } else {
  7.         document.write("wow");  
  8.     }
  9.  
  10. });
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment