Skip to content

Instantly share code, notes, and snippets.

@mozkurt27
Last active June 16, 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 mozkurt27/be4e52962b8e96366df0e4ff6a3e403e to your computer and use it in GitHub Desktop.
Save mozkurt27/be4e52962b8e96366df0e4ff6a3e403e to your computer and use it in GitHub Desktop.
get_tweets = function (req, res){
query = req.query.search;
var display_data = get_data.bind(res);
T.get('search/tweets', { q: query, count:100 }, display_data );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment