This package has been deprecated

Author message:

this package has been deprecated, please use the non-scoped version instead

@nblackburn/micro-match

0.2.0 • Public • Published

micro match

A simple url matching utility for micro.

Installation

To install micro match, simply run the following command in your terminal of choice.

npm install -g micro-match

Once you have installed micro match, simply include it in your project like so...

const match = require('micro-match');

Usage

micro match exposes a single method which allows you to match a route binding to it's real world counterpart and return it's bindings.

const {id} = match('/users/:id', '/users/1');

Parameters are defined as a comma followed by an alias to bind it's value to.

You can also create optional parameters by attaching a ? suffix. This will allow both /users and /users/1 to be matched.

Now you will be able to access the id parameter with the value of 1 and handle it however ever you like.

Changes

Details for each release are documented in the release notes.

License

This utility is licensed under MIT, see LICENSE.md for details.

Donations

Readme

Keywords

Package Sidebar

Install

npm i @nblackburn/micro-match

Weekly Downloads

0

Version

0.2.0

License

none

Unpacked Size

7.63 kB

Total Files

8

Last publish

Collaborators

  • npm