Socket
Socket
Sign inDemoInstall

express-swagger-ui

Package Overview
Dependencies
64
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    express-swagger-ui

Serve swagger-ui with express.js (without hacking `node_modules/swagger-ui/dist/index.html`)


Version published
Weekly downloads
11
increased by37.5%
Maintainers
1
Install size
5.21 MB
Created
Weekly downloads
 

Readme

Source

express-swagger-ui NPM version

Serve swagger-ui with express.js (without hacking node_modules/swagger-ui/dist/index.html)

Install

Install with npm

$ npm i express-swagger-ui --save

(optional) Install peer dependencies

npm i -S express swagger-ui

Usage

const express = require('express');
const app = express();
require('express-swagger-ui')({
  app       : app,
  swaggerUrl: '/swagger.json',  // this is the default value
  localPath : '/explorer'       // this is the default value
});

API

{%= apidocs("index.js") %}

{%= related([]) %}

Running tests

Install dev dependencies:

$ npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Andreas Pizsa

License

Copyright © 2016 Andreas Pizsa Released under the MIT license.


This file was generated by verb-cli on April 06, 2016.

Keywords

FAQs

Last updated on 06 Apr 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc