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.
- Host: GitHub
- URL: https://github.com/plsankar/rdap-kit
- Owner: plsankar
- License: mit
- Created: 2025-03-10T17:18:10.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-14T16:46:56.000Z (3 months ago)
- Last Synced: 2025-03-25T15:50:35.310Z (2 months ago)
- Topics: domain, domain-whois, icann, rdap, tld, whois
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/rdap-kit
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rdap-kit
A lightweight js library designed to simplify interactions with the RDAP protocol.
## Badges
[](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.