An open API service indexing awesome lists of open source software.

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

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
```