cyrillic-slug
v1.0.1
Published
Cyrillic text to latin and url slug converter.
Downloads
204
Readme
Cyrillic-slug
Cyrillic-slug is a package that helps to convert cyrillic text to user friendly url.
Installation
Install the dependencies and run nodeJs.
$ npm install cyrillic-slug --save
Example usage
Import url_slug
function from cyrillic-slug
dependecy.
import { url_slug } from 'cyrillic-slug'
url_slug('Текст на русском')
This will return tekst-na-russkom
License
MIT
Free Software, Hell Yeah!