Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit b6d0d41

Browse files
authored
Merge pull request #464 from henningvs/master
Added npm bages similar to #310
2 parents fffa399 + 7bdfbe1 commit b6d0d41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[![Build Status](https://travis-ci.org/swagger-api/swagger-node.svg?branch=master)](https://travis-ci.org/swagger-api/swagger-node)
2+
[![NPM version](https://badge.fury.io/js/swagger.png)](http://badge.fury.io/js/swagger)
3+
[![Dependency Status](https://david-dm.org/swagger-api/swagger-node/status.svg)](https://david-dm.org/swagger-api/swagger-node)
4+
[![devDependency Status](https://david-dm.org/swagger-api/swagger-node/dev-status.svg)](https://david-dm.org/swagger-api/swagger-node#info=devDependencies)
5+
26

37
The `swagger` module provides tools for designing and building Swagger-compliant APIs entirely in Node.js. It integrates with popular Node.js servers, including Express, Hapi, Restify, and Sails, as well as any Connect-based middleware. With `swagger`, you can specify, build, and test your API from the very beginning, on your laptop. It allows you to change and iterate your design without rewriting the logic of your implementation.
48

0 commit comments

Comments
 (0)