https://github.com/msichterman/url-shortener
A personal URL shortener built with Netlify, inspired by Kent C. Dobbs.
https://github.com/msichterman/url-shortener
netlify url-shortener
Last synced: 4 months ago
JSON representation
A personal URL shortener built with Netlify, inspired by Kent C. Dobbs.
- Host: GitHub
- URL: https://github.com/msichterman/url-shortener
- Owner: msichterman
- Created: 2021-01-27T00:16:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T14:42:04.000Z (over 2 years ago)
- Last Synced: 2024-12-28T11:32:10.542Z (11 months ago)
- Topics: netlify, url-shortener
- Language: JavaScript
- Homepage: https://url.msich.dev/twitter
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/hardcore-bhabha-8efdfd/deploys)
[](https://msich.dev/)
[](https://twitter.com/mattsichterman)
[](https://github.com/msichterman)
# URL Shortener
A personal URL shortener built with Netlify, inspired by Kent C. Dobbs.
## Motivation
URL shorteners currently on the market for custom domains are insanely expensive. Months ago, I came across Kent C. Dobbs' [netlify-shortener](https://github.com/kentcdodds/netlify-shortener) which is an insanely simple and useful implementation of a personal URL shortener with the ability to support a custom domain. Following his lead, I was able to get a custom URL shortener deployed in minutes and a bash script to create/generate new shortened URLS in only a few more minutes. Thank you Kent C. Dobbs!
## Technologies
* Netlify
* NPM
## Get In Touch
* Follow me on [Twitter](https://twitter.com/mattsichterman)
* Connect with me on [LinkedIn](https://www.linkedin.com/in/msichterman/)