0.2.2 • Published 6 years ago

express-swagger-fancy v0.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

express-swagger-fancy

Build Status

Thanks to jensoleg's work. quick preview

npm.io

you will have

  1. Fancy swagger ui.
  2. Ability to test your api.

quick start

npm install express-swagger-fancy --save
import swagger from 'express-swagger-fancy';

// swagger(path to swagger.json file)
app.use('/doc', swagger(path.join(__dirname, '../swagger.json')));

visit http://localhost:port/doc you will see a nice look swagger ui.

0.2.2

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.0.2

7 years ago