Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrglo/http-swagger-router
- Owner: andrglo
- License: mit
- Created: 2016-07-16T21:32:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T19:18:08.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:57:37.656Z (8 months ago)
- Language: JavaScript
- Size: 520 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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