1.0.1 • Published 5 years ago

small-gematria v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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

1.0.1

5 years ago

1.0.0

5 years ago