https://github.com/maxwellmatthis/api-dev-kit
The API Developer Kit helps with developing APIs and Socket.io Aplications by giving you control over fetch (POST and GET) and socket.io-client without having to write code. This allows you to test client side interaction with the server before you write the production logic.
https://github.com/maxwellmatthis/api-dev-kit
api developer-tools development fetch html html5 js json json-api kit nodejs-api socket-io
Last synced: 3 months ago
JSON representation
The API Developer Kit helps with developing APIs and Socket.io Aplications by giving you control over fetch (POST and GET) and socket.io-client without having to write code. This allows you to test client side interaction with the server before you write the production logic.
- Host: GitHub
- URL: https://github.com/maxwellmatthis/api-dev-kit
- Owner: maxwellmatthis
- License: mit
- Created: 2020-06-10T10:52:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T12:48:50.000Z (about 4 years ago)
- Last Synced: 2025-02-09T10:21:47.106Z (5 months ago)
- Topics: api, developer-tools, development, fetch, html, html5, js, json, json-api, kit, nodejs-api, socket-io
- Language: HTML
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# api-dev-kit
## Description
The API Developer Kit helps with developing APIs and Socket.io Aplications by giving you control over fetch (POST and GET) and socket.io-client without having to write code. This allows you to test client side interaction with the server before you write the production logic.
## Installation
Please note that you will have to add `sudo` in some cases
```bash
git clone https://github.com/maxwellmatthis/api-dev-kit.git && cd api-dev-kit
```
## Usage
Everything is in one HTML file. Just open it in a browser.
If you are trying to work with a local API you might need to use Cross-Origin Resource Sharing to access it.
__Note:__ To use the socket.io features you will need to be connected to the internet since the kit uses cloudflare CDN to get the newest socket.io-client version.