Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 847 Bytes

readme.md

File metadata and controls

36 lines (26 loc) · 847 Bytes

emojify-shorten

Build Status

Shorten your links with emoji by Emojify 🎉

Emojify converts your regular links to fun and exciting emoji links. Add a personal touch to your posts or make your links more consistent with your branding! – Emojify

Install

$ npm install --save emojify-shorten

Usage

const emojify = require('emojify-shorten')

emojify('www.google.com').then(console.log)
/*
[ 'http://emojify.tk/c',
  'http://⛷.cf/c',
  'http://🍷.ga/c',
  'http://🍸.ga/c',
  'http://🍹.cf/c',
  'http://🍾.cf/c',
  'http://🎖.tk/c',
  'http://🎤.tk/c',
  'http://🎬.tk/c', ...
*/

License

MIT © Jesús Lobos