Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nescalante/hash-generator
- Owner: nescalante
- License: mit
- Created: 2016-03-04T20:42:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T03:47:59.000Z (almost 5 years ago)
- Last Synced: 2024-11-14T02:50:26.740Z (about 1 month ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License
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