4.0.0-rc.4 • Published 4 months ago

@appstrap/interactor-web v4.0.0-rc.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

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.

4.0.0-rc.4

4 months ago

4.0.0-rc2

5 months ago

4.0.0-rc1

6 months ago

1.0.6

4 years ago

1.0.2

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.0

4 years ago