Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.
/ node-translit-be Public archive

Node library for turning strings with russian and belarusian characters into ascii compliant text.

License

Notifications You must be signed in to change notification settings

menavita/node-translit-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Belarusian transliteration library.

Install

$ npm install --save translit-be2ascii

Usage

var translit = require('translit-be2ascii');

translit.toASCII("Ягор Кур'яновiч");
// Yagor Kuryanovich

Test

npm run test

License

MIT © Egor Kuryanovich

About

Node library for turning strings with russian and belarusian characters into ascii compliant text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published