small-gematria

Calculate numeric value of Hebrew text according to Jewish numerology, with the smallest method

Usage no npm install needed!

<script type="module">
  import smallGematria from 'https://cdn.skypack.dev/small-gematria';
</script>

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