Go to file
2018-04-05 22:26:03 +01:00
.gitignore initial commit 2018-03-20 14:39:26 +00:00
.travis.yml initial commit 2018-03-20 14:39:26 +00:00
index.js renames to multiaddr-to-uri 2018-03-21 10:09:39 +00:00
LICENSE initial commit 2018-03-20 14:39:26 +00:00
package-lock.json updates package-lock with new multiaddr version 2018-04-05 22:25:34 +01:00
package.json chore: update multiaddr 2018-04-05 16:37:21 +01:00
README.md renames to multiaddr-to-uri 2018-03-21 10:09:39 +00:00
test.js updates test name 2018-04-05 22:26:03 +01:00

multiaddr-to-uri

Build Status dependencies Status JavaScript Style Guide

Convert a Multiaddr to a URI /dnsaddr/ipfs.io/http -> http://ipfs.io

Install

npm install multiaddr-to-uri

Usage

const toUri = require('multiaddr-to-uri')

console.log(toUri('/dnsaddr/protocol.ai/https'))
// -> https://protocol.ai

Note:

  • Might be lossy - e.g. a DNSv6 multiaddr
  • Can throw if the passed multiaddr:
    • is not a valid multiaddr
    • is not supported as a URI e.g. circuit

Contribute

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Alan Shaw