LuanRT / google-this

A simple yet powerful module to retrieve organic search results and much more from Google.
https://www.npmjs.com/package/googlethis
MIT License
320 stars 77 forks source link

feat(ris): add support for direct image upload #33

Closed LuanRT closed 1 year ago

LuanRT commented 1 year ago

Description

This adds support for direct image upload (as suggested by #31, thanks!).

Usage

const my_awesome_image = fs.readFileSync('./wow.png');
const reverse = await google.search(my_awesome_image, { ris: true });
console.info(reverse.results);

Type of change

Checklist: