8000 GitHub - bencoppock/word_clock: Gives approx. time in words
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bencoppock/word_clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordClock

Generates familiar English sentences describing the time using Elixir.

Example:

  • "It is three o'clock"
  • "It is five minutes to twelve"
  • "It is half past one"
  • "It is quarter to ten"
  • "It is twenty five past four"

Usage

  1. brew install elixir
  2. Run mix test to run unit tests
  3. Run iex -S mix to load up the application in the interactive Elixir console
  4. h ApproximateTime.from for help with rounding time to the nearest 5 minutes
  5. h WordClock.humanize for help with turning times into English sentences

About

Gives approx. time in words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0