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-stringregister time of last domains (hour,day,week,month)
Search dot cl domains.
q-stringqueryfilter-stringfilter values (exacta,contenga,comience,termine)
Whois from nic.cl.
domain-stringname of dot cl domain
Get list of last deleted domains available.
time-stringlastdayorweek
MIT © Jesús Lobos