commabot

0.0.6 • Public • Published

Commabot Build Status Coverage Status

=========

A small library that adds commas to numbers

Installation

npm install commabot

Usage

var numFormatter = require('commabot');

var formattedNum = numFormatter(123456789);

Output should be 123,456,789

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Readme

Keywords

Package Sidebar

Install

npm i commabot

Weekly Downloads

2

Version

0.0.6

License

MIT

Last publish

Collaborators

  • trustinruss