emvc/emvc-router

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# emvc-router

[![Build](https://travis-ci.org/emvc/emvc-router.png)](https://travis-ci.org/emvc/emvc-router)
[![Coverage](https://coveralls.io/repos/github/emvc/emvc-router/badge.svg?branch=master)](https://coveralls.io/github/emvc/emvc-router?branch=master)
[![Quality](https://codeclimate.com/github/emvc/emvc-router.png)](https://codeclimate.com/github/emvc/emvc-router)
[![Dependencies](https://david-dm.org/emvc/emvc-router.png)](https://david-dm.org/emvc/emvc-router)


RESTful MVC router used by [emvc](https://github.com/emvc/emvc).

## Install

    $ npm install emvc-router

## Tests

    $ npm install
    $ npm test

## Credits

  - [Nicholas Penree](http://github.com/drudge)
  - [Jared Hanson](http://github.com/jaredhanson)

## License

[The MIT License](http://opensource.org/licenses/MIT)

Copyright (c) 2016 Nicholas Penree

Copyright (c) 2011-2013 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)>