Skip to content

atduskgreg/Giggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Giggle is a very thin wrapper for the Google AJAX Search API. Use it like this:

var search = new Giggle();

search.q("ITP", {title: "ITP"}, function(results, locals){
  console.log(locals.title);
  console.log(results);
})

The second argument is an object for passing local variables into the callback function.

About

js wrapper for google ajax search api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published