humanize-url
URL cleaner
Makes URLs easier to read by removing trailing slashes and some subdomain information.
Humanize a URL: https://sindresorhus.com → sindresorhus.com
250 stars
10 watching
6 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A utility to standardize and normalize URLs by resolving relative references and stripping unnecessary parts. | 842 |
| | Removes unwanted content and duplicates from URL lists for security testing | 1,225 |
| | Converts a string to a valid filename by replacing reserved characters and truncating long names. | 489 |
| | A lightweight URL shortener with basic features such as link generation, hit counting, and mobile-friendly UI. | 157 |
| | Deletes files and directories using glob patterns with support for promises, multiple files, and protection against deleting the current working directory. | 1,327 |
| | Provides a simple URL shortening service with various providers and authentication options. | 51 |
| | Tools for querying metadata about the active window on various platforms. | 65 |
| | Get your public IP address from the Ipify service using JavaScript | 274 |
| | Converts camel-cased strings into lowercased ones with a custom separator | 238 |
| | A small footprint URL parser that works in both browser and Node.js environments. | 1,030 |
| | Creates clean, user-friendly URLs from input strings by transliterating and manipulating characters. | 1,116 |
| | Extracts user data from an npm user's profile page | 57 |
| | Converts bytes to human-readable strings | 1,122 |
| | Removes console statements from JavaScript code to strip debugging information | 251 |
| | A utility for parsing URLs with potential errors and returning a valid one | 6 |