1.0.4 • Published 9 years ago

express-docu v1.0.4

Weekly downloads
7
License
-
Repository
github
Last release
9 years ago

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

npm.io npm.io npm.io

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago