nep-eng
v1.1.0
Published
Get english words translated into nepali.
Downloads
11
Maintainers
Readme
nep-eng
Translate English words into Nepali.
How to install
$ npm install -g nep-eng
How to use?
'use strict';
var NepaliWords = require('nep-eng');
var traslatedWord = NepaliWords.translate("yellow")
console.log(translatedWord) // Prints Nepali Translation of Yellow
Data Source
Data Used here are extracted from nirooj56/Nepdict.
License
MIT © Swornim Shrestha