Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/you21979/node-hashpjw
hashpjw implement for native javascript
https://github.com/you21979/node-hashpjw
Last synced: 3 days ago
JSON representation
hashpjw implement for native javascript
- Host: GitHub
- URL: https://github.com/you21979/node-hashpjw
- Owner: you21979
- License: mit
- Created: 2015-11-28T16:29:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T10:56:13.000Z (over 6 years ago)
- Last Synced: 2024-11-02T15:04:20.493Z (10 days ago)
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-hashpjw
[![NPM](https://nodei.co/npm/hashpjw.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/hashpjw)
[![Build Status](https://secure.travis-ci.org/you21979/node-hashpjw.png?branch=master)](https://travis-ci.org/you21979/node-hashpjw)
[![Coverage Status](https://coveralls.io/repos/github/you21979/node-hashpjw/badge.svg?branch=master)](https://coveralls.io/github/you21979/node-hashpjw?branch=master)## install
```
npm i hashpjw
```## simple
```
var hashpjw = require('hashpjw');
console.log(hashpjw("test") % 1000);
```## usage
```
var hashpjw = require('hashpjw');
var TBLMAX = 5;
var list = new Array(TBLMAX);
for(var i = 0; i