Code Monkey home page Code Monkey logo

baht.js's Introduction

Baht.js

NPM version install size

Convert number to Thai Baht format, but faster & fully typed.

Demo

Usage

  • Install with npm or yarn

    npm install baht
    # or
    yarn add baht
  • Import and use

    import { convert } from 'baht';
    
    convert(42); // "สี่สิบสองบาทถ้วน"
    convert(123.45); // "หนึ่งร้อยยี่สิบสามบาทสี่สิบห้าสตางค์"

Features

  • Converts number to Thai Baht formatted string.
  • Converts long number (Use string format to prevent precision loss.)
  • Supports 2 decimal places (Satangs), for over 2 decimal places it will round down.
  • Supports negative number.

Benchmark

Run the benchmark to measure the speed among other libraries.

  • Apple Macbook Pro M1

    yarn benchmark
    
    baht 0.5.0 (x100000): 355ms
    baht 0.4.0 (x100000): 665ms
    baht 0.3.2 (x100000): 2968ms
    thaiBahtLib (x100000): 3189ms
    bahttext (x100000): 3503ms
    BAHTTEXT.js (x100000): 4816ms
    thai-baht-text-ts (x100000): 7710ms
    thai-baht-text (x100000): 8525ms
  • Apple Macbook Pro with Node v14.16.0

    yarn benchmark
    
    baht (x100000): 648ms
    bahtLatest (x100000): 1393ms
    thaiBahtLib (x100000): 5855ms
    bahttext (x100000): 5664ms
    BAHTTEXT.js (x100000): 8145ms
    thai-baht-text (x100000): 15730ms
    thai-baht-text-ts (x100000): 15734ms
  • Apple Macbook Pro 16-inch (i7, 16GB) with Node v16.12.0

    yarn benchmark
    
    baht (x100000): 484ms
    bahtLatest (x100000): 1044ms
    thaiBahtLib (x100000): 4753ms
    bahttext (x100000): 5120ms
    BAHTTEXT.js (x100000): 7427ms
    thai-baht-text (x100000): 13208ms
    thai-baht-text-ts (x100000): 12344ms
  • Intel(R) Xeon(R) Platinum 8259CL CPU @2.50GHz (64-bit) with Node v14.16.1

    yarn benchmark
    
    baht (x100000): 684ms
    bahtLatest (x100000): 1589ms
    thaiBahtLib (x100000): 7366ms
    bahttext (x100000): 7166ms
    BAHTTEXT.js (x100000): 11513ms
    thai-baht-text (x100000): 19315ms
    thai-baht-text-ts (x100000): 17400ms

Baht.js is the fastest!

LICENSE

MIT

baht.js's People

Contributors

hybridknight avatar invition avatar kaiwanyawit-chawankul avatar kawinhill1112 avatar l2d avatar leomotors avatar narze avatar ntsd avatar rootenginear avatar thititongumpun avatar thoritie avatar wiput1999 avatar zirinya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

baht.js's Issues

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.