This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>Dogecoin to USD</title> | |
<script type='text/javascript' src='http://code.jquery.com/jquery-1.11.0.min.js'></script> | |
<script type='text/javascript'> | |
// Sadly Cryptsy and Bitstamp don't support JSONP, so we have to use a proxy. | |
var proxy = 'http://jsonp.guffa.com/Proxy.ashx?url='; | |
genValue = function() { | |
var dogejson = "http://pubapi.cryptsy.com/api.php?method=singlemarketdata&marketid=132"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g=function(c,x,i,a){i=i||0,a=a||[],e=function(h){a.push(h);g(c,x,++i,a)},i==c.length?x(a):((d=(f=c[i]).src)?$.get(d,e):e(f.innerHTML))} |
NewerOlder