Coder Social home page Coder Social logo

getnumtext's Introduction

node license Build Status

getNumText

Takes the division expression and returns the result in String

Why you need this?

When ever there is a need to represent the result of the quotient data from a divisor dividing a dividend, the getNumText() function solves a step lesser.

  • Pass in the number expressions as shown below.
    • '5678/789'
    • '876545.567/56789'

Installation:

npm i getnumtext

Usage:

var getNumText = require('getnumtext');

getNumText('1234567890/456.78', {isCurrency:true})
//Two Million Seven Hundred Thousand Two Thousand Seven Hundred Sixty Two US Dollars  And Fifty Eight Cents Only

getNumText('3456789.987654/45678.87', {})
//Seventy Five Point Sixty Eight

getNumText('345678.567/678', {isCurrency:true, domicile:'USD', limit:3})
//Five Hundred Nine US Dollars  And Eight Hundred Fifty Cents Only

Defaults:

Field Default Value Description
isCurrency false defines whether the resultant is currency or normal numerals.
domicile 'USD' defines the currency country unit. asof now, USD and INR
limit 2 defines the roundof limit for decimal numbers

getnumtext's People

Contributors

gkarthiks avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.