Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>open-is</title>
    <meta name="generator" content="TextMate http://macromates.com/">
    <meta name="author" content="John Johnston">
    <!-- Date: 2013-05-18 -->
    
    
</head>
<body>
<div id="thetweets">
    
</div>
<script type="text/javascript" charset="utf-8">
    var openis=function(data){
        console.log(data);
        var tweets=data['feed']['entry'];
        console.log(tweets);
        for (var i=0; i < tweets.length; i++) {
            var t=tweets[i]['content']['$t'];
        document.getElementById('thetweets').innerHTML+="<p>"+t+"</p>";
        };
    }
     
</script>
<script type="text/javascript" charset="utf-8" src="https://spreadsheets.google.com/feeds/cells/0Aucxu1n6ipTidG5MTDVId2UzTlJXOXd1cktzTDdybHc/od6/public/basic?range=D1%3AD50&alt=json-in-script&callback=openis"></script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers