Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am stottsan on github.
  • I am stottsan (https://keybase.io/stottsan) on keybase.
  • I have a public key whose fingerprint is C937 A894 9362 C234 22EE 6141 59F7 59AF 5C93 7A32

To claim this, I am signing this object:

@stottsan
stottsan / instagram.html
Created November 30, 2012 17:44
Client-side (jQuery/HTML) and server-side (Node.js) code for my Heroku-based Instagram feed reader.
<link rel="stylesheet" href="/css/instagram.css" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
<div class="instagram"></div>
<div class="load-more btn">Gimme more photos...</div>
<div class="error">Oops, there was an error getting the photos...</div>
<script src="/js/instagram.js"></script>