Dot cl domains (.cl) last registered, search, deleted and whois from nic.cl
$ npm install --save nic-chile
const cl = require('nic-chile')
cl.last('hour').then(console.log)
cl.search({q: 'nic.cl', filter: 'exacta'}).then(console.log)
cl.whois('nic.cl').then(console.log)
cl.deleted('day').then(console.log)
Get last dot cl domains names registered in nic.cl.
time
-string
register time of last domains (hour
,day
,week
,month
)
Search dot cl domains.
q
-string
queryfilter
-string
filter values (exacta
,contenga
,comience
,termine
)
Whois from nic.cl.
domain
-string
name of dot cl domain
Get list of last deleted domains available.
time
-string
lastday
orweek
MIT © Jesús Lobos