0.1.0 • Published 5 years ago

parangel-playground v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

node-playground

Node Playground

A module used by parangel to learn how to write code in node and publishing it in npm

Installation

npm install parangel-playground

Usage

So far, I implemented a simple nunFormatter functions wich takes a number and adds commas

var numFormatter = require('parangel-playground');

var formattedNum = numFormatter(35666);

Output should be 35,666

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.

0.1.0

5 years ago