This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="/scripts/brauhaus.min.js"></script> | |
<script type="text/javascript"> | |
// Create a recipe | |
var r = new Brauhaus.Recipe({ | |
name: 'My test brew', | |
description: 'A new test beer using Brauhaus.js!', | |
batchSize: 20.0, | |
boilSize: 10.0 | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="maltio-recipe" data-recipe="monk-s-tripel" data-user="danielgtaylor" data-width="500"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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> |
NewerOlder