An open API service indexing awesome lists of open source software.

https://github.com/stmol/web-api-client


https://github.com/stmol/web-api-client

Last synced: about 1 year ago
JSON representation

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)