Socket
Socket
Sign inDemoInstall

googler

Package Overview
Dependencies
49
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 1.0.0

2

package.json

@@ -6,3 +6,3 @@ {

"tags" : ["search", "google"],
"version": "0.1.0",
"version": "1.0.0",
"repository": {

@@ -9,0 +9,0 @@ "type": "git",

@@ -32,4 +32,24 @@ # node-google

otherwise
```
$ mkdir myApp
$ cd myApp
$ npm install googler
$ touch app.js # and add
```
```
var google = require('googler')
var g = google({appid:'asdads'})
g.search('Adrian Statescu', function(error, response, results){
console.log(results[0].content)
})
```
# License
MIT
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc