1.0.1 • Published 6 years ago
cyrillic-slug v1.0.1
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!