humanize-url alternatives and similar modules
Based on the "Url" category.
Alternatively, view humanize-url alternatives based on common mentions on social networks and blogs.
-
speakingurl
Generate a slug – transliteration with a lot of options -
linkify-it
Links recognition library with full unicode support -
url-pattern
easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings. -
embedza
Create HTML snippets/embeds from URLs using info from oEmbed, Open Graph, meta tags. -
Prerender Request Blacklist
Prerender plugin help to blacklist and abort all css, png, font request in chrome hreadless
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of humanize-url or a related project?
README
humanize-url 
Humanize a URL:
https://sindresorhus.com
→sindresorhus.com
Install
$ npm install humanize-url
Usage
const humanizeUrl = require('humanize-url');
humanizeUrl('https://www.sindresorhus.com/');
//=> 'sindresorhus.com'
License
MIT © Sindre Sorhus
*Note that all licence references and agreements mentioned in the humanize-url README section above
are relevant to that project's source code only.