1.0.1 • Published 4 years ago

hns-domain-ttr v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

hns-domain-ttr

check whether a domain has been rolled out for Handshake registering

install

$ npm install -g hns-domain-ttr

cli

$ hns-domain-ttr <domain-name>

node.js

const ttr = require('hns-domain-ttr')

const timeToRollout = ttr('foo')

if (!timeToRollout) { // returns 0 when it has rolled out
  console.log('it has rolled out')
} else { // or the time in milliseconds until the rollout
  console.log('time to rollout:', timeToRollout)
}

notes

i still haven't figured out the exact algorithm that calculates the rollout time but this seems to work approximately well, sooooo, if someone knows the right math please provide a PR! :)

donate

coinwallet
bitcoin (BTC)3LV3Gpgg75exSPdyEzwPb2BFeVpdXp51rX
handshake (HNS)hs1qpaa2xsk74dqvecrcgf8llceysqxp09lzqwvz76

license

MIT