Skip to content

Commit

Permalink
Merge pull request #1 from abhivaikar/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
abhivaikar authored Jan 12, 2025
2 parents 9ed9c7f + a63f623 commit 6f921a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@

# PlayPI

PlayPI (pronounced as Play-P-I, similar to API) is an open-source, simple, and local API playground that allows software engineers to test and experiment with various types of APIs. It is designed for hands-on learning and testing without requiring an internet connection. With PlayPI, you can practice API testing across multiple technologies and protocols, including RESTful, gRPC, GraphQL, and WebSocket. You can also use this playground if you are conducting a hands-on API testing workshop or bootcamp.
PlayPI (pronounced as Play-P-I, similar to API) is an open-source, simple, and local API playground that allows software engineers to test and experiment with various types of APIs. It is designed for hands-on learning and testing without requiring an internet connection or complex setup.

With PlayPI, you can practice API testing across multiple technologies and protocols, including RESTful, gRPC, GraphQL, and WebSocket (and more to come). You can also use this playground if you are conducting a hands-on API testing workshop or bootcamp.

----------

## **Why PlayPI?**

PlayPI stands out as a versatile, multi-protocol API playground:

- **Multiple API protocols**: Includes RESTful, gRPC, GraphQL, and WebSocket APIs.
- **Multiple API protocols**: Includes RESTful, gRPC, GraphQL, and WebSocket APIs (and more to come).
- **Realistic use cases**: Each API implements meaningful functionalities such as inventory management, task management, user registration, and live chat.
- **Offline testing**: No internet connection is required; all APIs run locally.
- **Ease of use**: Simple CLI and Docker-based installation options make it beginner-friendly.
Expand Down

0 comments on commit 6f921a9

Please sign in to comment.