Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
Brett Cooper edited this page Sep 11, 2016 · 1 revision

Welcome to the string-hash wiki!

To install string-hash into your node project type;

npm install string-hash

This is an example of the basic usage.

`var  hash = require("string-hash");`
`console.log("This should hash \"Hello, world!\" to 343662184");`
`console.log(hash("Hello, world!"));`
Clone this wiki locally