An open API service indexing awesome lists of open source software.

https://github.com/plsankar/rdap-kit

A lightweight js library designed to simplify interactions with the RDAP protocol.
https://github.com/plsankar/rdap-kit

domain domain-whois icann rdap tld whois

Last synced: about 2 months ago
JSON representation

A lightweight js library designed to simplify interactions with the RDAP protocol.

Awesome Lists containing this project

README

        

# rdap-kit

A lightweight js library designed to simplify interactions with the RDAP protocol.

## Badges

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

## Installation

Install rdap-kit with npm

```bash
npm install rdap-kit
// or
pnpm install rdap-kit
```

## Run Locally

Clone the project

```bash
git clone https://github.com/plsankar/rdap-kit
```

Go to the project directory

```bash
cd rdap-kit
```

Install dependencies

```bash
pnpm install
```

Start the server

```bash
pnpm run start
```

## Acknowledgements

- [RDAP](https://rdap.org/)

## Contributing

Contributions are welcome!

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.