0.1.3 • Published 10 years ago

underscoreurl v0.1.3

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

Underscore-url

Requires

  • underscore
  • a browser (for the moment)

Installation

Using bower

bower install underscore.url

Using npm

npm install underscore.url

and in your app

var _ = require('underscore');
_ = require('underscore.url')(_);

Usage

_.url.parse('http://foo.com');
0.1.3

10 years ago