# asin-amazon

> get next or previous amazon asin number

Latest version **1.0.0** (published 2020-03-08) · ISC license · 0 weekly downloads

## Install

```sh
npm install asin-amazon
pnpm add asin-amazon
yarn add asin-amazon
bun add asin-amazon
```

## 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.0 |
| Published | 2020-03-08 |
| First published | 2020-03-08 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | 0x0a0d |
| Maintainers | 0x0a0d |
| Keywords | amazon, asin |

## Links

- npm: https://www.npmjs.com/package/asin-amazon
- Repository: https://github.com/0x0a0d/asin-amazon
- Homepage: https://github.com/0x0a0d/asin-amazon#readme
- Issues: https://github.com/0x0a0d/asin-amazon/issues
- npm.io page: https://npm.io/package/asin-amazon

## Recent versions

- 1.0.0 (latest) — 2020-03-08

## README

# AsinAmazon

```bash
npm i asin-amazon --save
```

```js
const AsinAmazon = require('asin-amazon');

const asin = new AsinAmazon('B07JJV4NZZ');
console.log(asin.increase().me());
//B07JJV4O00
console.log(asin.decrease().me());
//B07JJV4NZZ
```

```
Methods
.increase() => increase ASIN by 1 step
.decrease() => decrease ASIN by 1 step
.me() => return current ASIN value

Static methods
AsinAmazon.increase(asin) => increase ASIN and return
AsinAmazon.decrease(asin) => decrease ASIN and return
```


##### Author

0x0a0d

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