actionrouter
Version:
RESTful MVC router that dispatches to a controller and action.
29 lines (16 loc) • 918 B
Markdown
# actionrouter
[](https://travis-ci.org/jaredhanson/node-actionrouter)
[](https://coveralls.io/r/jaredhanson/node-actionrouter)
[](https://codeclimate.com/github/jaredhanson/node-actionrouter)
[](https://david-dm.org/jaredhanson/node-actionrouter)
RESTful MVC router used by [Locomotive](http://locomotivejs.org/).
## Install
$ npm install actionrouter
## Tests
$ npm install
$ npm test
## Credits
- [Jared Hanson](http://github.com/jaredhanson)
## License
[The MIT License](http://opensource.org/licenses/MIT)
Copyright (c) 2011-2013 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)>