Skip to content

Instantly share code, notes, and snippets.

View elizabethsiegle's full-sized avatar
👩‍💻

Lizzie Siegle elizabethsiegle

👩‍💻
View GitHub Profile
function getStreamData() {
pubnubTweet.subscribe({
channel: channel,
callback: processData
});
}
<div class="container"></div>
<div class="container">
<div id="selDiv">
<h4 id="bestFans">Which fans are Tweeting more?</h4>
</div>
<div id="scrollDiv"></div>
<div id="scrollDivPic"></div>
</div>
var channel = 'pubnub-twitter';
var pubnubTweet = PUBNUB.init({
subscribe_key: 'sub-c-78806dd4-42a6-11e4-aed8-02ee2ddab7fe',
ssl: true
});
@elizabethsiegle
elizabethsiegle / Random HarryPotter Quote Generator - Zipline.markdown
Created November 29, 2015 01:00
Random HarryPotter Quote Generator - Zipline