Api Explorer is an open source self-service tool. The goal is to provide a graphical interface for interacting with Janrain's Configuration API. We would love your feedback. If you find a bug or have a feature request open a Github Issue, or better yet open up a Pull Request with your changes.
ApiExplorer is licensed under the MIT License. See the LICENSE file for more details.
- Download the source code:
git clone https://github.com/janrain/ApiExplorer.git
- Download dependencies:
npm install
- Build the required assets:
npm run build
- Start local server and open browser:
npm start