Skip to content

Commit

Permalink
add some badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ramhejazi authored and ramhejazi committed May 6, 2018
1 parent e39a9a7 commit 3b415b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# parsind
![Travis](https://img.shields.io/travis/ramhejazi/parsind.svg)
[![npm](https://img.shields.io/npm/v/parsind.svg?style=flat-square)](https://www.npmjs.com/package/parsind)
[![npm](https://img.shields.io/npm/dt/parsind.svg?style=flat-square)](https://www.npmjs.com/package/parsind)
![Coveralls github](https://img.shields.io/coveralls/github/ramhejazi/parsind.svg)

A simple JavaScript library for defining RESTful HTTP verbs and binding their router handlers automagically.

A simple JavaScript library for defining RESTful HTTP verbs and binding their router handlers automagically!
It works with any [express](http://expressjs.com/)-like routers.
**Why?** Setting HTTP route handlers and loading controllers in complex web applications with many resources can be very tiring, error-prone and repetitive process. _parsind_ tries to facilitate this process.

Expand Down

0 comments on commit 3b415b8

Please sign in to comment.