0.1.3 • Published 9 years ago

url-compare v0.1.3

Weekly downloads
424
License
MIT
Repository
github
Last release
9 years ago

url-compare Build Status

Url comparisons for humans

Install

Using npm

npm install url-compare

Usage

var compare = require('url-compare');
compare('http://example.com/route', 'http://example.com:80/route'); // true
compare('http://example.com:123?a=1&b=2', 'http://example.com:123?b=2&a=1'); // true
compare('https://example.com', 'https://example.com:443'); // true

License

MIT

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago