Skip to content

Instantly share code, notes, and snippets.

View danielgtaylor's full-sized avatar

Daniel G. Taylor danielgtaylor

  • iStreamPlanet
  • Seattle, WA
View GitHub Profile
@danielgtaylor
danielgtaylor / gist:3955072
Created October 25, 2012 20:03
Example httpie call for Malt.io API
$ http https://maltioweb.appspot.com/_ah/api/maltio/v1/recipes limit==1 order==LIKES
HTTP/1.1 200 OK
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Date: Tue, 30 Oct 2012 18:34:17 GMT
ETag: "8xJp6-t04hAv0QlZ8diuygX5EF8/R4Slr4GR8josHmd2u6O0ZhjkW6g"
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: GSE
Transfer-Encoding: chunked
@danielgtaylor
danielgtaylor / gist:3764319
Created September 21, 2012 22:36
Malt.io Recipe Widget Width Example
<div class="maltio-recipe" data-recipe="monk-s-tripel" data-user="danielgtaylor" data-width="500"></div>
@danielgtaylor
danielgtaylor / gist:3764290
Created September 21, 2012 22:27
Malt.io widget embed example
<!-- Malt.io Recipe Widget - copy and paste to your site -->
<script src="http://www.malt.io/static/scripts/embed.js"></script>
<div class="maltio-recipe" data-recipe="white-house-honey-ale" data-user="danielgtaylor" style="float: left; margin-right: 1em;"></div>
<div class="maltio-recipe" data-recipe="monk-s-tripel" data-user="danielgtaylor" style="float: left;"></div>