# add-number-suffix

> This modules returns you the ordinal number suffix for any give number.

Latest version **1.0.2** (published 2019-05-21) · ISC license · 0 weekly downloads

## Install

```sh
npm install add-number-suffix
pnpm add add-number-suffix
yarn add add-number-suffix
bun add add-number-suffix
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2019-05-21 |
| First published | 2019-05-16 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | vishnu |
| Maintainers | vishnuit |
| Keywords | numbersuffix, suffix, number, add-suffix |

## Links

- npm: https://www.npmjs.com/package/add-number-suffix
- Repository: https://github.com/vishweswaran-p/add-number-suffix
- Homepage: https://github.com/vishweswaran-p/add-number-suffix#readme
- Issues: https://github.com/vishweswaran-p/add-number-suffix/issues
- npm.io page: https://npm.io/package/add-number-suffix

## Alternatives

- [random-seedable](https://npm.io/package/random-seedable.md) — 27.9K weekly downloads
- [n2words](https://npm.io/package/n2words.md) — 22.2K weekly downloads
- [@stdlib/math-base-special-factorialln](https://npm.io/package/@stdlib/math-base-special-factorialln.md) — 5.7K weekly downloads
- [@stdlib/math-base-special-abs2](https://npm.io/package/@stdlib/math-base-special-abs2.md) — 1.7K weekly downloads
- [commons-math-interpolation](https://npm.io/package/commons-math-interpolation.md) — 1.4K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2019-05-21
- 1.0.1 — 2019-05-16
- 1.0.0 — 2019-05-16

## README

# add-number-suffix

This module adds suffix for any given number (positive, zero, negative).

## Getting Started

Install the module using the following command.

```
npm i add-number-suffix
```

## Example

Below given is the example to use this package.

```
const suffix = require('add-number-suffix');

let suffix = suffix.addSuffix(2);

console.log(suffix); // Returns 2nd
```


## Authors

* **Vishweswaran P** - *Initial work* - [Github](https://github.com/vishweswaran-p)

## License

This project is licensed under the ISC License.

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