- πβπΌ.ws (I did not renew the domain name again because it was expensive.)
- ππ.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
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))