An API console that lives in your WordPress admin.
Hacking requires Grunt, install node.js and Grunt for your system. (e.g. brew install node
).
To get up and running:
-
Clone the repository
git clone https://github.com/WP-API/rest-api-console.git
-
Install dependencies
npm install
-
Build with Grunt
grunt
-
Activate the plugin in your WordPress admin.
The REST API console is licensed under the GPL version 2 or later.
This project uses code from the following projects:
- REST API Console2 by Automattic: Licensed under the MIT open source license.
(Full license information available in the LICENSE file.)