0.0.2 • Published 9 years ago

number-formatter-brown v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Build Status

Brown's Number Formatter

A small library that adds commas to numbers. I built this simple module just to start getting more accustomed to publishing node modules

Installation

npm install number-formatter-brown

Usage

var numFormatter = require('number-formatter-brown');

var formattedNum = numFormatter(12345678);

Output should be 12,345,678

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.