Bookmarks tagged [url]
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...
https://stackoverflow.com/questions/10183291/how-to-get-the-full-url-in-express
See explanation in the answer:
https://github.com/sindresorhus/normalize-url
Normalize a URL.
- tags: node.js, url
- source code
https://github.com/sindresorhus/humanize-url
Humanize a URL: http://sindresorhus.com → sindresorhus.com.
- tags: node.js, url
- source code
https://github.com/nodeca/url-unshort
Expand shortened URLs.
- tags: node.js, url
- source code
https://github.com/pid/speakingurl
Generate a slug from a string with transliteration.
- tags: node.js, url
- source code
https://github.com/markdown-it/linkify-it
Link patterns detector with full unicode support.
- tags: node.js, url
- source code
https://github.com/snd/url-pattern
Easier than regex string matching patterns for URLs and other strings.
- tags: node.js, url
- source code
https://github.com/nodeca/embedza
Create HTML snippets/embeds from URLs using info from oEmbed, Open Graph, meta tags.
- tags: node.js, url
- source code
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?