All Projects → sindresorhus → Humanize Url

sindresorhus / Humanize Url

Licence: mit
Humanize a URL: https://sindresorhus.com → sindresorhus.com

Programming Languages

javascript
184084 projects - #8 most used programming language

humanize-url

Humanize a URL: https://sindresorhus.comsindresorhus.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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].