0.0.13 • Published 7 years ago

google-autosuggest v0.0.13

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Google Autosuggest

You know how when you start typing on Google that autocomplete dropdown appears with common/relevant searches?

Given a search term, this package fetches those suggested searches from Google.

Example

require('google-autosuggest')('javascript').then(resp => {
  console.log(resp)
  /*
    {
      "value": "javascript",
      "relevance": 1300,
      "set": [
        { "value": "javascript snake", "relevance": 601, "type": "QUERY" },
        { "value": "javascript array", "relevance": 600, "type": "QUERY" },
        ...
      ]
    }
  */
})
0.0.13

7 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago