Skip to content

Commit

Permalink
move to pillarjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Aug 17, 2014
1 parent 978f1c7 commit 3ab4089
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_js:
- "0.8"
- "0.10"
- "0.11"
language: node_js
Expand Down
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## Routington

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Dependency Status][david-image]][david-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
[![Gittip][gittip-image]][gittip-url]

Routington is a [trie](http://en.wikipedia.org/wiki/Trie)-based URL router.
Expand Down Expand Up @@ -163,11 +166,19 @@ req.label = match.node.label

IE9+

[npm-image]: https://img.shields.io/npm/v/routington.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/routington.svg?style=flat-square
[npm-url]: https://npmjs.org/package/routington
[travis-image]: https://img.shields.io/travis/jonathanong/routington.svg?style=flat
[travis-url]: https://travis-ci.org/jonathanong/routington
[coveralls-image]: https://img.shields.io/coveralls/jonathanong/routington.svg?style=flat
[coveralls-url]: https://coveralls.io/r/jonathanong/routington?branch=master
[gittip-image]: https://img.shields.io/gittip/jonathanong.svg?style=flat
[github-tag]: http://img.shields.io/github/tag/pillarjs/routington.svg?style=flat-square
[github-url]: https://github.com/pillarjs/routington/tags
[travis-image]: https://img.shields.io/travis/pillarjs/routington.svg?style=flat-square
[travis-url]: https://travis-ci.org/pillarjs/routington
[coveralls-image]: https://img.shields.io/coveralls/pillarjs/routington.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/pillarjs/routington?branch=master
[david-image]: http://img.shields.io/david/pillarjs/routington.svg?style=flat-square
[david-url]: https://david-dm.org/pillarjs/routington
[license-image]: http://img.shields.io/npm/l/routington.svg?style=flat-square
[license-url]: LICENSE.md
[downloads-image]: http://img.shields.io/npm/dm/routington.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/routington
[gittip-image]: https://img.shields.io/gittip/jonathanong.svg?style=flat-square
[gittip-url]: https://www.gittip.com/jonathanong/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"repository": "jonathanong/routington",
"repository": "pillarjs/routington",
"license": "MIT",
"main": "lib",
"files": [
Expand Down

0 comments on commit 3ab4089

Please sign in to comment.