# 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