|
4 | 4 |
|
5 | 5 | ## What is it? |
6 | 6 |
|
7 | | -A functional route parsing, matching, and reversing library for Javascript in Node and the browser. Its api is inspired by [route-parser](https://github.com/rcs/route-parser), but is implemented in a functional way, don't relay in 'this' keyword. |
8 | | - |
9 | | - |
10 | | -# Product Name |
11 | | -> Short blurb about what your product does. |
12 | | -[![NPM Version][npm-image]][npm-url] |
13 | | -[![Build Status][travis-image]][travis-url] |
14 | | -[![Downloads Stats][npm-downloads]][npm-url] |
15 | | -One to two paragraph statement about your product and what it does. |
16 | | - |
17 | | -## Installation |
18 | | -OS X & Linux: |
19 | | -```sh |
20 | | -npm install my-crazy-module --save |
21 | | -``` |
22 | | -Windows: |
23 | | -```sh |
24 | | -edit autoexec.bat |
25 | | -``` |
26 | | -## Usage example |
27 | | -A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots. |
28 | | -## Development setup |
29 | | -Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms. |
30 | | -```sh |
31 | | -make install |
32 | | -npm test |
33 | | -``` |
34 | | -## Release History |
35 | | -* 0.2.1 |
36 | | - * CHANGE: Update docs (module code remains unchanged) |
37 | | -* 0.2.0 |
38 | | - * CHANGE: Remove `setDefaultXYZ()` |
39 | | - * ADD: Add `init()` |
40 | | -* 0.1.1 |
41 | | - * FIX: Crash when calling `baz()` (Thanks @GenerousContributorName!) |
42 | | -* 0.1.0 |
43 | | - * The first proper release |
44 | | - * CHANGE: Rename `foo()` to `bar()` |
45 | | -* 0.0.1 |
46 | | - * Work in progress |
47 | | -## Meta |
48 | | -Your Name – [@YourTwitter](https://twitter.com/dbader_org) – YourEmail@example.com |
49 | | -Distributed under the XYZ license. See ``LICENSE`` for more information. |
50 | | -[https://github.com/yourname/github-link](https://github.com/dbader/) |
51 | | -[npm-image]: https://img.shields.io/npm/v/datadog-metrics.svg?style=flat-square |
52 | | -[npm-url]: https://npmjs.org/package/datadog-metrics |
53 | | -[npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square |
54 | | -[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square |
55 | | -[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics |
| 7 | +A 10X FASTER and functional route parser, for Javascript in Node and the browser. Its api is inspired by [route-parser](https://github.com/rcs/route-parser), but is implemented in a functional way, don't relay in 'this' keyword. |
0 commit comments