Skip to content

Instantly share code, notes, and snippets.

@BrunoBernardino
Created November 13, 2017 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrunoBernardino/01eac85539d8bfd818a9028b46fa38c9 to your computer and use it in GitHub Desktop.
Save BrunoBernardino/01eac85539d8bfd818a9028b46fa38c9 to your computer and use it in GitHub Desktop.
Webtask for recipe-create.
module.exports = function(context, cb) {
cb(null, {
"id":"1",
"createdAt":1471984289,
"name":"name 1",
"authorId":63,
"directions":"directions 1",
"style":"style 1"
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment