api-homepage
v1.0.6
Published
api home page for your application
Downloads
3
Maintainers
Readme
api-homepage
create a nice loking homepage for your api.
Example
This basic usage example should help you get started :
const apiHomePage = require("api-homepage");
res.setHeader("content-type", "text/html");
res.send(apiHomePage({author:"ZeroAnt, Inc.", "version":"1.0.0"}))