# REST API Console

An API console that lives in your WordPress admin.

## Development

Hacking requires Grunt, install node.js and Grunt for your system. (e.g. `brew install node`).

To get up and running:

1. Clone the repository
    `git clone https://github.com/WP-API/rest-api-console.git`

2. Install dependencies
    `npm install`

3. Build with Grunt
    `grunt`

4. Activate the plugin in your WordPress admin.


## License

The REST API console is licensed under the
[GPL version 2 or later](http://www.gnu.org/licenses/gpl-2.0.html).

This project uses code from the following projects:

* [REST API Console2][console2] by Automattic: Licensed under the MIT open
  source license.

(Full license information available in the [LICENSE](./LICENSE) file.)

[console2]: https://github.com/Automattic/rest-api-console2
