url.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [url]
www.codever.land/bookmarks/t/url
Lunatech Blog: What every web developer must know about URL encoding
https://www.talisman.org/~erlkonig/misc/lunatech%5Ewhat-every-webdev-must-know-about-url-encoding/
This article describes common misconceptions about Uniform Resource Locator (URL) encoding, then attempts to clarify URL encoding for HTTP, before presenting frequent problems and their solutions. Whi...
How to get the full url in Express?
https://stackoverflow.com/questions/10183291/how-to-get-the-full-url-in-express
See explanation in the answer:
normalize-url
https://github.com/sindresorhus/normalize-url
Normalize a URL.
- tags: node.js, url
- :octocat: source code
humanize-url
https://github.com/sindresorhus/humanize-url
Humanize a URL: http://sindresorhus.com โ sindresorhus.com.
- tags: node.js, url
- :octocat: source code
url-unshort
https://github.com/nodeca/url-unshort
Expand shortened URLs.
- tags: node.js, url
- :octocat: source code
speakingurl
https://github.com/pid/speakingurl
Generate a slug from a string with transliteration.
- tags: node.js, url
- :octocat: source code
linkify-it
https://github.com/markdown-it/linkify-it
Link patterns detector with full unicode support.
- tags: node.js, url
- :octocat: source code
url-pattern
https://github.com/snd/url-pattern
Easier than regex string matching patterns for URLs and other strings.
- tags: node.js, url
- :octocat: source code
embedza
https://github.com/nodeca/embedza
Create HTML snippets/embeds from URLs using info from oEmbed, Open Graph, meta tags.
- tags: node.js, url
- :octocat: source code
The Problem With URLs
https://blog.codinghorror.com/the-problem-with-urls/
URLs are simple things. Or so you'd think. Let's say you wanted to detect an URL in a block of text and convert it into a bona fide hyperlink. No problem, right?