Skip to content

janwillemstegink/validator.rdap.org

 
 

Repository files navigation

RDAP Validator

This repository contains:

Using the CLI tool

Once you've checked out this repository, run npm i to install its dependencies.

Then you can run bin/rdap-validator --help.

Using Docker

Build a Docker image using docker buildx build -t rdap-validator ..

Then run the docker image using docker run --rm rdap-validator --help.

Web interface

The web frontend is built using Jekyll. Built it using jekyll build. You can run a simple local webserver using jekyll serve.

About

An RDAP response validator implemented in JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 90.8%
  • JavaScript 9.1%
  • Other 0.1%