https://github.com/stmol/web-api-client
https://github.com/stmol/web-api-client
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stmol/web-api-client
- Owner: Stmol
- License: mit
- Created: 2014-01-20T06:02:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T10:19:13.000Z (over 8 years ago)
- Last Synced: 2025-05-07T06:51:40.224Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OUTDATED
Web Api Testing Tool
====================
Tiny web tool for testing API through HTTP requests
### Installation
**Step 1:** Install Composer vendors
``` bash
$ composer install
```
**Step 2:** Install Node packages
``` bash
$ npm update
```
**Step 3:** Install Bower components
``` bash
$ bower update
```
**Step 4:** Run grunt default task
``` bash
$ grunt
```
### Demo
[lab.stmol.me/web-api-client/web/index.php](http://lab.stmol.me/web-api-client/web/index.php)