https://github.com/peerlibrary/meteor-url-utils
URL normalization utils
https://github.com/peerlibrary/meteor-url-utils
Last synced: over 1 year ago
JSON representation
URL normalization utils
- Host: GitHub
- URL: https://github.com/peerlibrary/meteor-url-utils
- Owner: peerlibrary
- License: mit
- Created: 2014-07-05T08:57:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T23:12:47.000Z (over 10 years ago)
- Last Synced: 2025-01-03T10:45:13.771Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/webholics/node-url-utils
- Size: 164 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
url-utils smart package
=======================
Meteor smart package for [url-utils](https://github.com/webholics/node-url-utils) node.js package, providing URL
normalization utils.
Adding this package to your [Meteor](http://www.meteor.com/) application adds `UrlUtils` object into the global scope.
Both client and server side.
Installation
------------
```
meteor add peerlibrary:url-utils
```