An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Netlify Status](https://api.netlify.com/api/v1/badges/52eb25e1-4d3c-418b-8003-adcb242da114/deploy-status)](https://app.netlify.com/sites/hardcore-bhabha-8efdfd/deploys) 
[![MSICH - Personal Site](https://img.shields.io/badge/MSICH-Personal%20Site-0892d0)](https://msich.dev/) 
[![Twitter Follow](https://img.shields.io/twitter/follow/mattsichterman?style=social)](https://twitter.com/mattsichterman) 
[![Follow on GitHub](https://img.shields.io/github/followers/msichterman?label=Follow%20on%20Github&style=social)](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/)