Remove the parts of URLs that humans don't really need to see.
https://example.com -> example.com
http://foo.example.com -> foo.example.com
http://www.oldschool.com -> oldschool.com
https://website.com/ -> website.com
https://a.com/foo#bar -> a.com/foo#bar
HTTP://LOUDBOT.COM -> LOUDBOT.COM
npm install schemeless --save
var schemeless = require("schemeless")
schemeless("https://example.com")
npm install
npm test