Paskalouis / number-formatter-mk-test

First NPM Package for testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number Formatter

Build Status Coverage Status

A small library that adds commas to numbers

Installation

npm install number-formatter-mk-test

Usage

var numFormatter = require('number-formatter-mk-test');

var formattedNum = numFormatter(696969);

Output should be 696,969

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.

License

MIT License

About

First NPM Package for testing.

License:MIT License


Languages

Language:JavaScript 100.0%