Skip to content

Converts a numeric identifier to three easily recognisable words, ideal for producing URLs that are easily transferable when written down or spoken.

Notifications You must be signed in to change notification settings

MrWeatherallScience/threewords

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ThreeWords

ThreeWords is a JavaScript "library" that takes a numerical value and converts it into a unique three-word identifier. It is intended for use where communicating a numerical value would be cumbersome or difficult, particularly in URLs.

For example:

The wordlist (taken from Oren Tirosh's Mnemonic Encoding Project) has been carefully selected so that:

  • All words are short (four to seven characters).
  • No two words sound similar.
  • All words have more than one syllable, making them more easily understood when spoken.
  • No word is a prefix of another (e.g. VISIT/VISITOR, BOOK/BOOKSHOP).
  • No words have tricky spellings or pronounciations.
  • No offensive words.

About

Converts a numeric identifier to three easily recognisable words, ideal for producing URLs that are easily transferable when written down or spoken.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published