Skip to content

Instantly share code, notes, and snippets.

@seyna
Created February 23, 2015 14:21
Show Gist options
  • Save seyna/aad0835dd02fa12ec731 to your computer and use it in GitHub Desktop.
Save seyna/aad0835dd02fa12ec731 to your computer and use it in GitHub Desktop.
<script>
dug({
endpoint: 'http://api.dribbble.com/players/justinmezzell/shots',
template: '<ul>\
{{#shots}}\
<li>\
<a href="{{url}}" title="{{title}}">\
<img src="{{image_400_url}}" alt="Image of {{title}}">\
</a>\
</li>\
{{/shots}}\
</ul>'
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment