routington : Trie-based URL Routing. You can installing routington npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install routington $ sudo npm install -g routington
If want to update the routington package execute the command as below,
$ sudo npm update routington
Update package globally,
$ npm install -g routington
$ sudo git clone https://github.com/rektide/routington.git
$ sudo npm install -g ./routington
routington@1.0.3 /usr/lib/node_modules/routington
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall routington
| Package Name | routington |
| Version | 1.0.3 |
| Description | Trie-based URL Routing |
| Released Date | 2014-12-27T22:13:14.269Z |
| Published by | jongleberry |
| How to Learn | https://www.npmjs.com/package/routington/tutorial |