1.1.1 • Published 7 years ago

nic-chile v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

nic-chile

Build Status Greenkeeper badge

Dot cl domains (.cl) last registered, search, deleted and whois from nic.cl

Install

$ npm install --save nic-chile

Usage

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 - string register time of last domains (hour, day, week, month)

search({q: 'unicorn', filter: 'contenga'})

Search dot cl domains.

  • q - string query
  • filter - string filter values (exacta, contenga, comience, termine)

whois(domain)

Whois from nic.cl.

  • domain - string name of dot cl domain

deleted(time)

Get list of last deleted domains available.

  • time - string last day or week

License

MIT © Jesús Lobos

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago