Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

erunion/emoji.sexy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emoji.sexy

emoji.sexy is a URL shortener powered by emoji and LevelDB.

All URLs are comprised of 5 randomized emoji from the library of 800+ emoji in emoji-lexicon.

There is currently very simple duplicate detection so the same URL does not generate two different emoji endpoints, however it is currently possible (though theoretically rare) for the same emoji endpoint to be generated more than once.

Installation

npm install
npm start

API

There is a built-in API for shortening URLs.

GET /shorten?url=:url
Status: 200 OK
Content-Type: application/json
Content:
{
  url: "http://localhost:3000/😐😐😐😐😐"
}

About

a url shortener powered by emoji and leveldb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published