path4js
v0.1.17
Published
Router for javascript
Downloads
140
Readme
path4js is a routing library for javascript, written by Quentin ADAM, and under the MIT license.
To test it, run 'python -m SimpleHTTPServer' at the root of the project directory, and open http://127.0.0.1:8000/test or http://127.0.0.1:8000/test/index-browserify.html in your browser.
For documentation, read tests written in test/test.js or test/test-browserify.js
To publish on NPM, commit on master, merge into dist branch (run grunt again) and then publish.