Socket
Book a DemoInstallSign in
Socket

fendjs-route

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fendjs-route

Fundamental of router for Fend.js

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

route

FAQs

Package last updated on 03 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts