mirror of
https://github.com/fluencelabs/js-multiaddr-to-uri
synced 2024-12-04 20:50:30 +00:00
.gitignore | ||
.travis.yml | ||
index.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
test.js |
multiaddr-to-stupid-string
Convert a Multiaddr to a stupid string /dnsaddr/ipfs.io/http -> http://ipfs.io
Install
npm install multiaddr-to-stupid-string
Usage
const toStupid = require('multiaddr-to-stupid-string')
console.log(toStupid('/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 stupid string e.g. circuit
Contribute
Feel free to dive in! Open an issue or submit PRs.
License
MIT © Alan Shaw