0.0.13 • Published 5 years ago

google-autosuggest v0.0.13

Weekly downloads
2
License
ISC
Repository
github
Last release
5 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

5 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago