@ng-apimock/dev-interface

3.4.0 • Public • Published

ng-apimock/dev-interface npm Build Status Quality Gate Status Commitizen friendly semantic-release Dependabot Status dependency Status devDependency Status npm downloads

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

Dependencies (0)

    Dev Dependencies (59)

    Package Sidebar

    Install

    npm i @ng-apimock/dev-interface

    Weekly Downloads

    6,791

    Version

    3.4.0

    License

    none

    Unpacked Size

    2.16 MB

    Total Files

    33

    Last publish

    Collaborators

    • mdasberg
    • onderceylan