0.0.2 • Published 8 years ago

google-suggestions v0.0.2

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

google-suggestions

Scrape autocomplete suggestions from Google Search

npm install google-suggestions --save
const suggestions = require("google-suggestions");

suggestions("my hat")
	.then(response => console.log(response));
[ 'i want </b>my hat back</b>',
  'this is not </b>my hat',
  'all around </b>my hat',
  'wherever i lay </b>my hat' ]