-
Notifications
You must be signed in to change notification settings - Fork 21
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
Lookup pretty #3
Conversation
This adds the formatted property which is used in ipfs/webui and ipfs/station. Ref ipfs/js-ipfsd-ctl#18
if (data[7]) obj.metro_code = data[7] | ||
if (data[8]) obj.area_code = data[8] | ||
|
||
obj.planet = PLANET |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:)
this LGTM, though i haven't checked the js code |
Looking good! |
@krl feel free to merge when you like it |
Merging it :) |
@diasdavid should be owner now. |
thanks @jbenet @dignifiedquire published https://www.npmjs.com/package/ipfs-geoip :) |
thanks |
lookupPretty
Ref ipfs/js-ipfsd-ctl#18