Popularity
2.7
Declining
Activity
0.0
Stable
159
1
25
Programming language: JavaScript
License: MIT License
Tags:
URL
Shortener
URL Shorteners
On
Your
Own
Service
url-shortener alternatives and similar software solutions
Based on the "URL Shorteners" category.
Alternatively, view url-shortener alternatives based on common mentions on social networks and blogs.
-
YOURLS
π YΜ²our OΜ²wn UΜ²RΜ²LΜ² SΜ²hortener - the ππ ππππ‘π standard self hosted URL shortener in PHP -
Suri
Your own link shortener that's easily deployed as a static site (for free) -
devShort
A simple and privacy-friendly URL shortener for web developers, admins and all professionals. -
Lstu
Lightweight URL shortener. Read-only mirror of https://framagit.org/fiat-tux/hat-softwares/lstu -
reduc.io
β± π URL shortener service is written in Scala using Akka-Http and Redis β° -
liteshort
[MOVED] User-friendly, actually lightweight, and configurable URL shortener -
Simple-URL-Shortener
url shortener written in php (with MySQL or SQLite) with history by users -
Purl
Purl (Petite URL) is an open source project with the goal of providing you with your own private URL shortener! -
Simply Shorten
A simple URL shortener that just shortens links. -
ReducePy
URL shortener service using Tornado and Redis runs on Docker and Kubernetes. -
Link-shortener-bot
Host your own link shortener that works with a bot. Just send the link to a bot and it'll take care of the rest for you.
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!
SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of url-shortener or a related project?
README
Shitty url shortener, emoji powered.
- [πβπΌ.ws](http://πβπΌ.ws) (I did not renew the domain name again because it was expensive.)
- [ππ.ws](http://ππ.ws/) (I did not renew the domain name again because it was expensive.)
- coool.ws (I did not renew the domain name again because it was expensive.)
- shortener.cagatay.pro
[url-shortener](public/readme.png)
Deploy your own shitty url shortener.
Shitty, works well in heroku environment. It requires NodeJS and MongoDB.
Usage In Command Line Interface
Install
npm i -g emoji-url-shortener;
Usage
shorten https://github.com ππ
Usage In Programmatic API
Install
npm i -S emoji-url-shortener
Usage
const Shortener = require('emoji-url-shortener');
const shorten = new Shortener();
shorten.pick({url: 'https://github.com/', emoji: 'ππ'})
.then(response => console.log(response))
.catch(error => console.log(error))