Skip to content

WP-API/rest-api-console

Repository files navigation

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.

This project uses code from the following projects:

(Full license information available in the LICENSE file.)