https://github.com/ditzdev/tclient-app
https://github.com/ditzdev/tclient-app
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ditzdev/tclient-app
- Owner: DitzDev
- License: gpl-3.0
- Created: 2025-02-06T12:08:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T08:41:42.000Z (about 1 year ago)
- Last Synced: 2025-03-27T10:38:49.354Z (12 months ago)
- Language: Java
- Size: 420 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TClient-App
TClient-App is an API Client for Developers with rich features like Eruda to inspect websites and a WebSocket tester.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [Contributing](#contributing)
- [License](#license)
## Installation
To install the project, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/DitzDev/tclient-app.git
```
2. Navigate to the project directory:
```sh
cd tclient-app
```
3. Install dependencies:
```sh
./gradlew build
```
## Usage
Here are some examples of how to use TClient-App:
- **API Client**: Make API requests and handle responses.
- **Eruda**: Inspect and debug websites directly within the app.
- **WebSocket Tester**: Test WebSocket connections and send/receive messages.
## Features
- **API Client**: Easily interact with various APIs.
- **Eruda Integration**: Inspect and debug websites with Eruda.
- **WebSocket Tester**: Test and debug WebSocket connections.
## Contributing
We welcome contributions! Please read our [contributing guidelines](CONTRIBUTING.md) for more details.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.