Skip to content

Latest commit

History

History
36 lines (22 loc) 路 1.05 KB

README.md

File metadata and controls

36 lines (22 loc) 路 1.05 KB

url-shortener

馃敆 Privacy friendly URL shortener using Netlify

Free privacy-friendly URL shortener on custom domain dndv.nl. Relies heavily on Netlify's _redirects.

The URL's are managed in the _redirects file and then Netlify handles all the redirecting.

This domain is deployed on Netlify and then uses dndv.nl as a custom domain.

Usage

Creates a random short code and adds it to the _redirects file.

npm run shorten https://example.com 

Creates a short url and adds it to the _redirects file.

npm run shorten https://example.com example

Inspiration

URL shorteners for custom domains are insanely expensive and trach the sh*t out of their users. I just want a simple way to shorten my url's (e.g. use in video descriptions or slide decks) and don't need any tracking.

Original concept from Kent C. Odds, Carl Rosell & Phil Hawksworth.

License

MITDanny de Vries