andreicek / strictly_speaking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strictly Speaking

Build Status

Turns numbers into words. Similar to humanize.

Installation

The package can be installed by adding strictly_speaking to your list of dependencies in mix.exs:

def deps do
  [
    {:strictly_speaking, "~> 0.1"}
  ]
end

Documentation can be found at https://hexdocs.pm/strictly_speaking.

Usage

StrictlySpeaking.say(7, :ua)
# => "сім"

StrictlySpeaking.say(17, :en)
# => "seventeen"

License

strictly_speaking is licensed under the MIT license, see the LICENSE file.

About

License:MIT License


Languages

Language:Elixir 100.0%