js-written-number is an npm package for converting Arabic numbers to their written form

e.g.
writtenNumber(1234) will return ‘one thousand two hundred and thirty-four’


  • It’s a very basic NLP application
  • Only support to English written form
  • Maybe we will encounter the need of number -> Chinese in the future