Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nescalante/hash-generator

Generates random hashes
https://github.com/nescalante/hash-generator

Last synced: 20 days ago
JSON representation

Generates random hashes

Awesome Lists containing this project

README

        

# Hash Generator

> Simply generates random hashes

# Install

```shell
npm install hash-generator --save
```

# Usage

```js
var createHash = require('hash-generator');
var hashLength = 8;
var hash = createHash(8);
```

# License

MIT