# nf-simple

> Simple npm module

Latest version **0.0.4** (published 2017-06-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install nf-simple
pnpm add nf-simple
yarn add nf-simple
bun add nf-simple
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2017-06-29 |
| First published | 2017-06-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | 7.5.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Alexander Kucheryavenko |
| Maintainers | alexander-kucheryavenko |

## Links

- npm: https://www.npmjs.com/package/nf-simple
- Repository: https://github.com/alexander-kucheryavenko/number-formatter
- Homepage: https://github.com/alexander-kucheryavenko/number-formatter#readme
- Issues: https://github.com/alexander-kucheryavenko/number-formatter/issues
- npm.io page: https://npm.io/package/nf-simple

## Recent versions

- 0.0.4 (latest) — 2017-06-29
- 0.0.3 — 2017-06-29
- 0.0.2 — 2017-06-29
- 0.0.1 — 2017-06-29

## README

Number Formatter
[![Build Status](https://travis-ci.org/alexander-kucheryavenko/number-formatter.svg?branch=master)](https://travis-ci.org/alexander-kucheryavenko/number-formatter)
[![Coverage Status](https://coveralls.io/repos/github/alexander-kucheryavenko/number-formatter/badge.svg)](https://coveralls.io/github/alexander-kucheryavenko/number-formatter)
=========

A small library that adds commas to numbers

## Installation

  `npm install nf-simple`

## Usage

    var numFormatter = require('nf-simple');

    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.

---
_Source: https://npm.io/package/nf-simple · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
