FurqanSoftware / node-whois

A simple WHOIS client for NodeJS
https://npmjs.org/package/whois
Other
255 stars 78 forks source link

Is it possible to get JSON output on return? #102

Closed anuranBarman closed 3 years ago

anuranBarman commented 4 years ago

Hi, I am using this module for some personal project. Is it possible to get the output as JSON. Currently it returns everything as String which is not parsable. I need to extract the ISP name and address. Is it possible?

lancedolan commented 4 years ago

https://www.npmjs.com/package/whois-json ⬆️ a tiny npm package that just wraps whois and returns json.

Batur123 commented 3 years ago

https://www.npmjs.com/package/whois-json ⬆️ a tiny npm package that just wraps whois and returns json.

That package is not working properly at all. It sometimes returns the wrong json response.

hjr265 commented 3 years ago

Closing this issue. Parsing the WHOIS data is not within the scope of this package.