Skip to content

westernacher-solutions/compare-urls

 
 

Repository files navigation

compare-urls Build Status

Compare URLs by first normalizing them

Install

$ npm install --save compare-urls

Usage

var compareUrls = require('compare-urls');

compareUrls('HTTP://sindresorhus.com/?b=b&a=a', 'sindresorhus.com/?a=a&b=b');
//=> true

License

MIT © Sindre Sorhus

About

Compare URLs by first normalizing them

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%