An open API service indexing awesome lists of open source software.

https://github.com/xlsdg/node-flower-password

Flower Password implementation for Node.js
https://github.com/xlsdg/node-flower-password

flower-password node-module nodejs

Last synced: about 1 month ago
JSON representation

Flower Password implementation for Node.js

Awesome Lists containing this project

README

          

# node-flower-password

> Flower Password implementation for Node.js

## Installation

```bash
$ npm install --save node-flower-password
```

## Usage

```js
const fpCode = require('node-flower-password');
```

The **fpCode** method:

```js
const code = fpCode('password', 'key', 16);
```

## License

MIT