An open API service indexing awesome lists of open source software.

https://github.com/varnamproject/libvarnam-nodejs

Node.js port of libvarnam
https://github.com/varnamproject/libvarnam-nodejs

Last synced: about 2 months ago
JSON representation

Node.js port of libvarnam

Awesome Lists containing this project

README

          

# Varnam

A node module for an indic transliterator library called [varnam](https://github.com/navaneeth/libvarnam). This can be used to convert english to indic languages from javascript.

## How to build

You need the prerequisites of node-gyp to build this module

* Clone the repository
* `cd varnam-addon`
* `node-gyp configure build`

> Note: This is just a basic version and the api is not yet finalized.