1.1.0 • Published 7 years ago

nep-eng v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

nep-eng Build Status

Translate English words into Nepali.

npm.io

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

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago