Skip to content

Instantly share code, notes, and snippets.

@srs
Created October 19, 2016 14:09
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 srs/fdca444f4f1df0712aab79a84ab3a6e4 to your computer and use it in GitHub Desktop.
Save srs/fdca444f4f1df0712aab79a84ab3a6e4 to your computer and use it in GitHub Desktop.
PurpleJS Blog - Snippet 8
exports.get = function(req) {
var max = req.params.max || 10;
return {
body: getRandom(max)
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment