Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- $.getJSON('https://api.twitch.tv/kraken/streams/' + 'Jonathan_x64', function(channel) {
- if (channel["stream"] == null) {
- document.write("nie wow");
- } else {
- document.write("wow");
- }
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment