Popularity
2.5
Declining
Activity
0.0
Stable
162
3
22
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
๐ The de facto 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 -
liteshort
[MOVED] User-friendly, actually lightweight, and configurable URL shortener -
reduc.io
โฑ ๐ URL shortener service is written in Scala using Akka-Http and Redis โฐ -
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.
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
* 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))