1.2.3 • Published 5 years ago
ez-google-search v1.2.3
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
5 years ago
1.2.2
5 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.9
5 years ago
1.1.8
5 years ago
1.1.7
5 years ago
1.1.6
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.9
5 years ago
1.1.5
5 years ago
1.1.4
5 years ago
1.1.3
5 years ago
1.1.2
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago