small-gematria
Version:
Calculate numeric value of Hebrew text according to Jewish numerology, with the smallest method
18 lines (10 loc) • 389 B
Markdown
# small-gematria
A Node.js package that returns the "small" Gematria for a given Hebrew string.
## Usage
First, install the package using npm:
npm install small-gematria --save
Then, require the package and use it like so:
var smallGematria = require('small-gematria');
console.log(smallGematria("some Hebrew letters in UTF-8"));
## License
Apache 2.0