1.2.3 • Published 4 years ago

ez-google-search v1.2.3

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

ez-google-search

A very easy-to-use google search thingy.

Installing the package

npm install ez-google-search

Usage

Input

const googleSearch = require("ez-google-search")
googleSearch("wikipedia").then(res => {
  console.log(res.link)
  console.log(res.description)
  console.log(res.title)
  console.log(res.thumbnail)
//all the other thingz
})

Output

https://www.wikipedia.org/
Wikipedia is a free online encyclopedia, created and edited by volunteers around 
the world and hosted by the Wikimedia Foundation.
Wikipedia
https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRBAQTC7EIo8v7R7KtQe-fJehEQzj0865nOR08T16oc8w3THJFKRa3LAX3K
1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago