small-gematria
v1.0.1
Published
Calculate numeric value of Hebrew text according to Jewish numerology, with the smallest method
Downloads
2
Readme
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