Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuplo/mockbin
Mockbin by Zuplo. Mock, Test, and View HTTP Requests and Responses
https://github.com/zuplo/mockbin
api-client api-management api-mock api-test api-testing mockbin mocking testing-tools
Last synced: 1 day ago
JSON representation
Mockbin by Zuplo. Mock, Test, and View HTTP Requests and Responses
- Host: GitHub
- URL: https://github.com/zuplo/mockbin
- Owner: zuplo
- License: mit
- Created: 2023-11-04T17:49:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T00:07:13.000Z (about 1 month ago)
- Last Synced: 2025-01-21T07:05:12.738Z (9 days ago)
- Topics: api-client, api-management, api-mock, api-test, api-testing, mockbin, mocking, testing-tools
- Language: TypeScript
- Homepage: https://mockbin.io
- Size: 11.5 MB
- Stars: 100
- Watchers: 4
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-integration - Mockbin (⭐100) - Easily generate custom endpoints to test HTTP requests, and view the request logs from that API for free. (Projects / API Testing)
README
Easily generate custom endpoints to test HTTP requests, and view the request logs from that API for free.
## Usage
Visit https://mockbin.io, create a new bin, and start sending requests to your new endpoint.
![How mockbin works](./assets/mockbin.gif)
## About
At Zuplo we were big fans of [mockbin.org](https://mockbin.org) and used it for testing APIs and doing demos. Unfortunately, it was shut down.
In the spirit of being scrappy and shipping quickly, a group of us decided to build a replacement as an impromptu hackathon project on a weekend - and we shipped with love ❤️ and a bit of coffee ☕️.
### How it works
The API for this project is built using [Zuplo](https://zuplo.com) and Cloudflare's [R2](https://www.cloudflare.com/developer-platform/r2/) (or any S3 API compatible storage) for the backend.
The frontend is a simple Next.js app that can be deployed to Vercel or anywhere else you prefer.
# License
[MIT License](./LICENSE)