1.1.1 • Published 9 years ago
nic-chile v1.1.1
nic-chile
Dot cl domains (.cl) last registered, search, deleted and whois from nic.cl
Install
$ npm install --save nic-chileUsage
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)API
last(time)
Get last dot cl domains names registered in nic.cl.
time-stringregister time of last domains (hour,day,week,month)
search({q: 'unicorn', filter: 'contenga'})
Search dot cl domains.
q-stringqueryfilter-stringfilter values (exacta,contenga,comience,termine)
whois(domain)
Whois from nic.cl.
domain-stringname of dot cl domain
deleted(time)
Get list of last deleted domains available.
time-stringlastdayorweek
License
MIT © Jesús Lobos