Coder Social home page Coder Social logo

disponible's Introduction

disponible

WARNING: THIS PACKAGE IS UNMAINTAINED AND PROBABLY WON'T FUNCTION CORRECTLY ANYMORE.

Check if domain names are still available (disponible). Inofficial, using an endpoint by united-domains.de. Ask them for permission before using this module in production.

npm version Build Status Greenkeeper badge dependency status dev dependency status license chat on gitter

Installation

npm install --save disponible

Usage

const available = require('disponible')

const domainStream = disponible(['domain1.de', 'domain2.com', 'domain3.international'])

domainStream
.on('data', console.log)
.on('error', console.error)

Returns a readable stream in object mode that emits objects that look as follows:

{
    domain: 'butz-diekleinebratwurst.info',
    level: {
        top: 'info',
        second: 'butz-diekleinebratwurst'
    },
    status: 'avail', // see the list below
    price: {
        registration: 19, // can be undefined, e.g. for status 'sedo-avail'
        registrationPromo: false,
        recurring: 19
    }
}

Status

  • avail
  • avail-premium
  • avail-on-demand
  • avail-preregister
  • preregistered
  • reserved
  • reserved-premium
  • registered
  • registered-premium
  • registered-udag
  • avail-sedo
  • avail-aftermarket
  • error
  • invalid
  • blocked
  • not-allowed
  • not-transferable
  • in-procedure
  • not-available

Contributing

If you found a bug, want to propose a feature or feel the urge to complain about your life, feel free to visit the issues page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.