0.2.2 • Published 7 years ago

express-swagger-fancy v0.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.0.2

8 years ago