# transliteration.cyr

> Transliteration library for Russian and Ukrainian words (cyrillic to latin)

Latest version **1.0.5** (published 2015-04-30) · 0 weekly downloads

## Install

```sh
npm install transliteration.cyr
pnpm add transliteration.cyr
yarn add transliteration.cyr
bun add transliteration.cyr
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2015-04-30 |
| First published | 2013-07-03 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.4.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Alexander Prozorov |
| Maintainers | staltec |
| Keywords | transliteration, russian |

## Links

- npm: https://www.npmjs.com/package/transliteration.cyr
- Repository: https://github.com/Staltec/transliteration
- Issues: https://github.com/Staltec/transliteration/issues
- npm.io page: https://npm.io/package/transliteration.cyr

## Recent versions

- 1.0.5 (latest) — 2015-04-30
- 1.0.4 — 2013-07-30
- 1.0.3 — 2013-07-10
- 1.0.2 — 2013-07-04
- 1.0.1 — 2013-07-03

## README

# transliteration.cyr

JavaScript library for transliteration cyrillic russian words to latin.

Library can be used in browser on node.js platform.

Published as npm package - transliteration.cyr.

## How to use

There is simple transliteration global object.

For transliterating simple do this

```
  npm install transliteration.cyr
```
and this

```javascript
    var transliteration = require('transliteration.cyr');
    var transliteratedValue = transliteration.transliterate('Алушта');
```

## License

(The MIT License)

Copyright (c) 2013 Alexander Prozorov (staltec@gmail.com)

Copyright (c) 2011-2012 Anton Podviaznikov (anton@podviaznikov.com) by fork from https://github.com/podviaznikov/ua.transliteration

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

---
_Source: https://npm.io/package/transliteration.cyr · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
