Skip to content

psotou/wordify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordify

Wordify returns the Spanish word for a given integer number ranging from -999_999_999_999 up to 999_999_999_999.

Sample

Invoking wordify would involve the following piece of code:

func main() {
    number := 21_324
    inWords := wordify.Int(number) // returns `veintiún mil trescientos veinticuatro`
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages