http-hash

v2.0.1
HTTP router based on a strict path tree structure
router http path hash

test

npm run jshint -s && NODE_ENV=test node test/index.js | tap-spec

unit-test

NODE_ENV=test node test/index.js | tap-spec

jshint-pre-commit

jshint --verbose $(git diff --cached --name-only | grep '\.js$')

jshint

jshint --verbose .

cover

istanbul cover --report html --print detail test/index.js

view-cover

istanbul report html && opn ./coverage/index.html

travis

npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)

phantom

run-browser test/index.js -b

browser

run-browser test/index.js
npm i http-hash

Metadata

  • MIT
  • Whatever
  • Matt Esch
  • released 12/1/2018

Downloads

Maintainers