Skip to content

Instantly share code, notes, and snippets.

@rafaelmaeuer
Last active October 9, 2017 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelmaeuer/16ec0d7312920e4d903506a8a85579e4 to your computer and use it in GitHub Desktop.
Save rafaelmaeuer/16ec0d7312920e4d903506a8a85579e4 to your computer and use it in GitHub Desktop.
Numbers to Words (JavaScript) - From https://www.npmjs.com/package/numbers2words
var translator = new T2W("EN_US");
// one thousand two hundred thirty-four
translator.toWords(1234)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment