1.1.0 • Published 7 years ago

google-image-suggestions v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Google Image Suggestions

Fetches the google image search suggestions as text

Screenshot

usage

let suggestions = require('google-image-suggestions');
suggestions.get('fish', (err, res) => {
  console.log(res);
});

// {
//   suggestions: true,
//   list: [
//     { full: 'fish clipart',  extra: 'clipart'  },
//     { full: 'cooked fish',   extra: 'cooked'   },
//     { full: 'fish to eat',   extra: 'to eat'   },
//     { full: 'fish drawing',  extra: 'drawing'  },
//     { full: 'tropical fish', extra: 'tropical' },
//     { full: 'goldfish',      extra: 'goldfish' }
//   ]
// }

cli

$ google-image-suggest fish

Suggestions:
  fish clipart
  cooked fish
  fish to eat
  fish drawing
  tropical fish
  goldfish
1.1.0

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago