We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf827b2 commit 2b2cadeCopy full SHA for 2b2cade
2 files changed
README.md
@@ -1,2 +1,16 @@
1
-# jhash
+# hashj
2
Java hascode functions for Nodejs
3
+
4
+Java string hashcode:
5
+```js
6
+const hashj = require('hashj');
7
8
+const hashCode = hashj.jHashCode('javascript');
9
+```
10
11
+Java UUID hashcode:
12
13
14
15
+const hashCode = hashj.jUUIDHashCode('90903f27-e36e-4e6f-996a-124c58365b43');
16
package.json
@@ -1,5 +1,5 @@
{
- "name": "jhash",
+ "name": "hashj",
"version": "1.0.0",
"description": "Java hashcode functions for Nodejs",
"main": "index.js",
@@ -10,6 +10,9 @@
"type": "git",
"url": "git+https://github.com/bytecodehq/jhash.git"
},
+ "publishConfig": {
+ "registry": " https://registry.npmjs.org"
+ },
"keywords": [
17
"java",
18
"string-hashcode",
0 commit comments