Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrizan/rdap-client
https://github.com/andrizan/rdap-client
rdap rdap-client tailwindcss typescript vite
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrizan/rdap-client
- Owner: andrizan
- License: mit
- Created: 2025-01-30T10:08:15.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2025-01-30T10:54:02.000Z (10 days ago)
- Last Synced: 2025-01-30T11:26:06.756Z (9 days ago)
- Topics: rdap, rdap-client, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://rdap.andrizan.xyz
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RDAP Client
This project is a web application that serves as an RDAP (Registration Data Access Protocol) client, allowing users to query domain registration data from RDAP servers. The web application is built using Vite, React, and Tailwind CSS.
## Installation
To install the RDAP client, clone the repository and install the dependencies:
```bash
git clone https://github.com/andrizan/rdap-client.git
cd rdap-client
bun install
```## Usage
To use the RDAP client, start the application with the following command:
```bash
bun dev
```Then, open your web browser and navigate to `http://localhost:5173`. Enter the domain you want to query in the provided input field.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For any questions or inquiries, please contact [[email protected]](mailto:[email protected]).