GoogleInfos Example Google

node v8.17.0
version: 1.0.0
endpointsharetweet
const googleAPI = require("getgoogleinfos"); // |------------------------------------------------------------------| // |-----------------------------------------------------------------| | // | | |-------------------------| | | googleAPI("Example Query", "google", "search", (infos) => { // Searching for "Example Query" on Google console.log(infos.name + "\n" + infos.description + "\n\n" + infos.link + " : The site is " + (infos.safe ? "safe" : "unsafe")); });
Loading…

no comments

    sign in to comment