google-images
google-images copied to clipboard
Search for images using Google Images
Set up everything as documented, however search just returns an empty array. Don't bother using since this project seems to be dead anyway.
I performed a search with the name of a novel as my query, and the first result was a pornographic image. When I manually enter this search query on Google...
Getting 500 with both API key and cx provided both on this and on Google Test :- https://developers.google.com/custom-search/json-api/v1/reference/cse/list
Fixes #33
My `CSE_ID` contains a `%` among many numbers, like `09184%3A`. This gets changed into URL format into `%25`, which is how it's logged into the console for the error message,...
Included another option to search by format
C:\xampp\htdocs\google2>npm test > [email protected] test C:\xampp\htdocs\google2 > xo && nyc ava --serial --verbose 'xo' is not recognized as an internal or external command, operable program or batch file. npm ERR!...