url-sniffer
v0.0.5
Published
Quickly test all iterations of a url
Downloads
3
Readme
URL Sniffer
Do you have a URL that stopped working that maybe looks something like this?
https://maxcdn.bootstrapcdn.com/bootstrap/min/3.3.7/js/bootstrap.min.js
Use URL Sniffer to find the problem with it.
Installation
npm install url-sniffer --global
Usage
Usage: urls [options]
Options:
-h, --help output usage information
-V, --version output the version number
-u, --url <url> URL to parse
-d, --delineator [/] string to split url on
-s, --single Include single segments, i.e. "www" or "com"
-b, --base Modify the base url, i.e. try "www.com" when sniffing "www.google.com"
-D, --diff Show the difference in the URL
Contributing
- Fork it on Github https://github.com/alexbbt/url-sniffer
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D