# otp-alternate

> Publish the first npm package

Latest version **1.1.3** (published 2023-07-22) · ISC license · 0 weekly downloads

## Install

```sh
npm install otp-alternate
pnpm add otp-alternate
yarn add otp-alternate
bun add otp-alternate
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.3 |
| Published | 2023-07-22 |
| First published | 2023-07-21 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Anush Kumar |
| Maintainers | anush-kumar |
| Keywords | otp, otp-generator, Practise, testing |

## Links

- npm: https://www.npmjs.com/package/otp-alternate
- npm.io page: https://npm.io/package/otp-alternate

## Dependencies (1)

- [otp-generator](https://npm.io/package/otp-generator.md) ^4.0.1

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 1.1.3 (latest) — 2023-07-22
- 1.1.2 — 2023-07-21
- 1.1.1 — 2023-07-21
- 1.1.0 — 2023-07-21
- 1.0.0 — 2023-07-21

## README

## Description
---
The otp-alternate package helps you to generate otp very simply with one line of code and it is for practise

## Installation
---

To install the package just write the below command on your cli

```javascript

npm i otp-alternate

```
## Features
---

- **Generate random otp with only one line of code**
- **Concate two strings**


## Usage
---
1. **Generate otp**

```javascript

// Generate otp

// import package
import otp from "otp-alternate";

// call the function
const otpValue = otp(6);

console.log(otpValue);
```

2. **Concate the two strings**

```javascript

// Concate two strings

// import package
import { concate } from "otp-alternate";

// call the function
const concateValue = concate("Hello", "Buddy");

console.log(concateValue);
```

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