Skip to content

realtimeregister/adac-api-client

Repository files navigation

ADAC API client

TypeScript API client for our Advanced Domain Availability Checker (ADAC).

Features

  • Easy integration with front-end frameworks
  • Complete control over the handling of every result, suggestion and category
  • Easily add your own pricing

Prerequisites

Installation

yarn add @realtimeregister/adac-api-client

OR

npm install @realtimeregister/adac-api-client

Basic usage

Examples can be found on the Wiki of this GitHub repository.

Development

Building

yarn build # build for production
yarn dev # build for dev, with watch mode enabled

License

This project is licensed under the MIT license