byway
v0.0.2
Published
yet another router; match a string by :sinatra/:express style named-params, or regex, and get something back.
Downloads
6
Readme
Byway
Match a string by :sinatra/:express style named-params, or regex, and get something back.
install
npm i --save [email protected]:isao/byway.git
usage
See tests.
test
npm test
Tests use James Halliday's tape test harness. If you have Krishnan Anantheswaran's istanbul, or Jarrod Overson's plato installed globally you can do these, respectively:
npm run-script cover
npm run-script plato
license
MIT licensed by permission from my employer. See LICENSE.txt.