0.1.0 • Published 7 years ago

ai-challenges-lib v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

ai-challenges-lib

AI Challenges Library

A small library that adds commas to numbers (for now)

Installation

npm install @14coruma/ai-challenges-lib

Usage

var aiLib = require('@14coruma/ai-challenges-lib');

var formattedNum = aiLib(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

7 years ago