interfacelistforkoa

1.0.2 • Public • Published

InterfaceListForKoa

a middleware that automatically list and admin the interfaces you write
how to use?
npm i interfacelistforkoa
const interfaceList=require("InterfaceListForKoa");
app.use(interfaceList.createWeb(app,"/"));
interfaceList.createWeb(app,[url]),url is the route that used to display the website
then when you visit the web 127.0.0.1:port/url,you can see the website below ,and you can admin you interfaces

Readme

Keywords

Package Sidebar

Install

npm i interfacelistforkoa

Weekly Downloads

4

Version

1.0.2

License

ISC

Last publish

Collaborators

  • wx249652952