Pineapples / dev-interface

development interface for @ng-apimock/core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng-apimock/dev-interface CircleCI dependency Status devDependency Status

The development interface for ng-apimock.

Getting Started

npm install @ng-apimock/dev-interface --save-dev

Once the plugin has been installed, you can require it with this line of JavaScript:

const devInterface = require('@ng-apimock/dev-interface');

How does it work

The development interface is a small web application that connects to the @ng-apimock/core middelware and exposes all it's features in the ui.

Usage

In order to use the development interface you can add it to your serve configuration like this:

const connect = require('connect');
const app = connect();

app.use('/dev-interface/', serveStatic(devInterface));

The development interface can now be used by navigating to http://localhost:9000/dev-interface.

The development interface looks like this:

alt tag

About

development interface for @ng-apimock/core

License:MIT License


Languages

Language:TypeScript 74.4%Language:CSS 9.4%Language:HTML 9.1%Language:Gherkin 4.3%Language:JavaScript 2.7%