Skip to content

shirazs/number-text-to-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert a number into words

Converts a given number into words. For example, given the number “1234” as input, return the output “one thousand, two hundred and thirty-four”.

Prerequisites

  • Node >= 12

Installation

  1. Clone the repo

  1. Install NPM packages
  npm install

Usage

  node index.js "Some text to parse"

image


Run tests

  npm t

About

Convert numbers to words.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published