@appstrap/interactor-web

4.0.0-rc.4 • Public • Published

Interactor-Web

A web interface middleware for the appstrap interactor.

Install

npm install --save-dev @appstrap/interactor-web

Usage

Add the interface as a middleware to your appstrap instance as shown below:

const Appstrap = require('@appstrap/core')
const InteractorWeb = require('@appstrap/interactor-web')

const strap = new Appstrap()
strap.use(new InteractorWeb())

The UI will be available at the /__interactor endpoint.

Readme

Keywords

none

Package Sidebar

Install

npm i @appstrap/interactor-web

Weekly Downloads

0

Version

4.0.0-rc.4

License

ISC

Unpacked Size

4.31 MB

Total Files

5

Last publish

Collaborators

  • james.leclair