Skip to content

Instantly share code, notes, and snippets.

@ttacon
Created November 25, 2018 15:51
Show Gist options
  • Save ttacon/0603c004c4c3668386c45a854235eeeb to your computer and use it in GitHub Desktop.
Save ttacon/0603c004c4c3668386c45a854235eeeb to your computer and use it in GitHub Desktop.
module.exports = function (context, callback) {
callback(null, [
{
title: "Type a URL or other text and press return.",
text: context.query.text
}
]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment