1.0.1 • Published 7 years ago

roughter v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Client-side URL Hash router

Build Status Code Climate Coverage Code Climate Score

Tiny hash router.

router.hash('/', index)
router.hash('/user/:user', show)
router.hash('/user/:user/edit', edit)
router.hash('/user/:user/album', album)
router.hash('/user/:user/album/sort', sort)
router.hash('*', notfound)

// start router
router.start()

Installation

for Browser

Download roughter.min.js (master)

for Node.js

npm install roughter --save

License

MIT.

1.0.1

7 years ago

1.0.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago