Skip to content
/ mnemox Public

Turning integers into easier to remember 'words' and vice-versa.

License

Notifications You must be signed in to change notification settings

dgasper/mnemox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mnemox

This library provides methods for turning integers into easier to remember 'words' and vice-versa. A port of munemo to Elixir.

Installation

If available in Hex, the package can be installed by adding mnemox to your list of dependencies in mix.exs:

def deps do
  [
    {:mnemox, "~> 0.1.0"}
  ]
end

usage

iex> Mnemox.to_s(947110)
"yoshida"

iex> Mnemox.to_i("yoshida")
947110

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mnemox.

About

Turning integers into easier to remember 'words' and vice-versa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages