Skip to content

Instantly share code, notes, and snippets.

@jagtalon
Created May 23, 2012 23:50
Show Gist options
  • Save jagtalon/2778519 to your computer and use it in GitHub Desktop.
Save jagtalon/2778519 to your computer and use it in GitHub Desktop.
package DDG::Spice::GooglePlus;
# ABSTRACT: Give the Google+ users matching the search item.
use DDG::Spice;
spice to => 'https://www.googleapis.com/plus/v1/people/$1?key={{ENV{DDG_SPICE_RANDWORD_APIKEY}}}&callback={{callback}}';
triggers startend => 'google+';
handle remainder => sub {
return $_ if $_;
return;
};
1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment