Skip to content

Avuba/express-docu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express API Documentation

This NPM module will record all your routes and produces a HTML api documentation.

Requirements

To use this module you need tests. The recorder will record all requests and responses of your tests. The NPM only works with express 4.x.

Usage

  var expressdocu = require('express-docu');
  app.use(expressdocu.record);
  
  // run your tests and execute
  node node_modules/express-docu/generateDocs.js

TODO:

  • cleanup recorded files
  • cleanup output
  • configureable folders

Example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published