Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrglo/http-swagger-router

A http like router using generators that builds a full swagger specification
https://github.com/andrglo/http-swagger-router

Last synced: 26 days ago
JSON representation

A http like router using generators that builds a full swagger specification

Awesome Lists containing this project

README

        

# http-swagger-router [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url] [![CircleCI](https://circleci.com/gh/andrglo/http-swagger-router.svg?style=svg)](https://circleci.com/gh/andrglo/http-swagger-router) [![Coverage Status](https://coveralls.io/repos/github/andrglo/http-swagger-router/badge.svg?branch=master)](https://coveralls.io/github/andrglo/http-swagger-router?branch=master)
> A http like router using generators that builds a full swagger specification

## Install

```sh
$ npm install --save http-swagger-router
```

## Usage

```js
var httpSwaggerRouter = require('http-swagger-router');

// todo
```

## License

MIT © [Andre Gloria](andrglo.com)

[npm-image]: https://badge.fury.io/js/http-swagger-router.svg
[npm-url]: https://npmjs.org/package/http-swagger-router
[daviddm-image]: https://david-dm.org/andrglo/http-swagger-router.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/andrglo/http-swagger-router