diff options
author | sapioit <sapioit@users.noreply.github.com> | 2019-07-09 20:48:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-09 20:48:29 +0000 |
commit | e2575bb77681b882179170983f8ef08407244a96 (patch) | |
tree | f821ce4a5150129456efaafc275ea8303b2737f6 | |
parent | Merge pull request #1735 from benabbottnz/patch-1 (diff) | |
download | awesome-selfhosted-e2575bb77681b882179170983f8ef08407244a96.tar.gz awesome-selfhosted-e2575bb77681b882179170983f8ef08407244a96.zip |
Adds a URL Shortener
Adds a shortener which only uses lowercase for the links. That way, you can more easily copy it, without risking to misunderstand a lowercase for an uppercase or an uppercase for a lowercase.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1341,6 +1341,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com - [shorturl](https://github.com/prologic/shorturl) - Simple URL shortener with very tiny URLs. ([Demo](https://url.mills.io)) `MIT` `Go` - [shuri](https://github.com/pips-/shuri) - SHort URI - Lighweight URL shortener. `MIT` `PHP` - [url-shortener](https://github.com/cagataycali/url-shortener) `⚠` - Shitty url shortener, emoji and AI powered. `MIT` `Nodejs` +- [URL-Shortener](https://github.com/sapioit/URL-shortener) - Make your long links short and only uses lowercase, so you can write and spell them faster! Demo: http://scurtez.cf ([Demo](http://scurtez.cf)) `GPL-3.0` `PHP` - [YOURLS](http://yourls.org/) - YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp. ([Source Code](https://github.com/YOURLS/YOURLS)) `MIT` `PHP` ## VPN |