Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 273 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 273 Bytes

Usage

npm i hip2-dane

const { fetchAddress, setServers } = require('hip2-dane')

setServers([
  '127.0.0.1:5350'
])

fetchAddress('iamfernando', 'hns').then(console.log)