0.2.2 • Published 8 years ago
express-swagger-fancy v0.2.2
express-swagger-fancy
Thanks to jensoleg's work. quick preview

you will have
- Fancy swagger ui.
- Ability to test your api.
quick start
npm install express-swagger-fancy --saveimport 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.