islamneddar / jusmundi-2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jusmundi Number-to-Text Converter

Jusmundi is a Node.js application that converts a list of numbers into their text representations.

Installation

Ensure you have Node.js installed on your machine. You can download it from here.

  1. Clone the repository:

    git clone https://github.com/islamneddar/jusmundi-repo.git
  2. Navigate to the project directory:

     cd jusmundi
  3. Install the dependencies:

     npm install
  4. Run the application with list of numbers from args :

     npm run run-args [numbers...]

4.2 Run the application with list of numbers from JSON file ( in /src/numbers.json) :

 npm run run-json-file

About


Languages

Language:JavaScript 100.0%