jprichardson / node-google

A Node.js module to search and scrape Google.
MIT License
455 stars 115 forks source link

json results instead of csv #15

Closed qwo closed 9 years ago

qwo commented 10 years ago

playing with it and its a fun fast way to dive into google search api without setting it up.

i know its more of a cli tool but would it be valuable for exporting json?

jprichardson commented 10 years ago

Sure, a PR would be welcomed for exporting to JSON on the CLI tool. But you could also just use the module and require('google') as by default, that is JSON :)

On Tue, Oct 14, 2014 at 3:28 PM, Stanley Zheng notifications@github.com wrote:

playing with it and its a fun fast way to dive into google search api without setting it up.

i know its more of a cli tool but would it be valuable for exporting json?

— Reply to this email directly or view it on GitHub https://github.com/jprichardson/node-google/issues/15.

Simple & Secure Bitcoin Wallet: https://www.coinbolt.com Bitcoin / JavaScript: http://cryptocoinjs.com Follow me on Twitter: http://twitter.com/jprichardson

jprichardson commented 9 years ago

The CLI was removed and will be moved into an external module. Closing as not relevant anymore.