0.1.1 • Published 4 years ago

romanify-russian-names v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Romanization of russian names

Version License Downloads Downloads

This library helps with transliterating russian cyrillic names into the latin script.

Supported transliteration methods:

  • MID ORDER #4271

Setup

Install with npm:

npm install romanify-russian-names

Using with node.js (ES6 syntax):

import { romanify } from "romanify-russian-names";

Or using the CommonJS module syntax:

const { romanify } = require("romanify-russian-names");

Usage

let romanName = romanify("Василий Петрович Долговязов");
console.log(romanName); //Vasilii Petrovich Dolgoviazov

License

MIT