Skip to content

Commit

Permalink
Better comment on search query logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Asimov4 committed Dec 2, 2013
1 parent b024da3 commit 6dfe524
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server.js
Expand Up @@ -159,10 +159,12 @@ var SampleApp = function () {
var params = url_parts.query;
// Response
var query = params.query;
// Log query

// Save search terms to Google Docs see htpp://goo.gl/jiFbXO for results
request({
url: 'https://script.google.com/macros/s/AKfycbxpsFuwDlkrXIpBxWh-pIeAhTz4Qk2qa6MYOii0qbeG7keDKmQ/exec?Query=' + encodeURIComponent(query)
});

view.contentType('json');
//Get all gists
github.gists.getAll({}, function (err, res) {
Expand Down

0 comments on commit 6dfe524

Please sign in to comment.