Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IP whois lookup #23

Open
sachinraste opened this issue Dec 24, 2019 · 2 comments
Open

IP whois lookup #23

sachinraste opened this issue Dec 24, 2019 · 2 comments

Comments

@sachinraste
Copy link
Contributor

IP Whois Lookup using ARIN . eg: 161.170.232.170

There are multiple records provided by ARIN with the information residing between #start #end blocks.

The bug is in this line of parse-raw-data.js

if ( key in result ) {result[key] = ${result[key]} ${value};return}

@mikemaccana
Copy link
Owner

Want to add a test for this, then send a pull request?

@sachinraste
Copy link
Contributor Author

Hi ,
Added the test in the fork : https://github.com/sachinraste/whois-json
Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants