fendjs-route

0.1.1 • Public • Published

fendjs-route

Build Status Coverage Status NPM version Dependency Status

Fundamental of router for Fend.js

Installation

npm

$ npm install fendjs-route

component

$ component install Frapwings/fendjs-route

API

Route(path, [callbacks], [options])

Initialize a Route with a path string or regexp, callbacks and options

Route#match(path)

Match against the given path. Returns false or an array with params matched.

Testing

$ npm install
$ make test

License

MIT license.

See the LICENSE.

Bitdeli Badge

/fendjs-route/

    Package Sidebar

    Install

    npm i fendjs-route

    Weekly Downloads

    4

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • kazupon