Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daangn/cjk-slug

URL-friendly string converter that supports CJK characters
https://github.com/daangn/cjk-slug

cjk seo url

Last synced: about 2 months ago
JSON representation

URL-friendly string converter that supports CJK characters

Awesome Lists containing this project

README

        

# cjk-slug

[![Package Version](https://img.shields.io/npm/v/cjk-slug)](https://npm.im/cjk-slug)
[![License](https://img.shields.io/npm/l/cjk-slug)](#License)
[![NPM Bundle Size](https://img.shields.io/bundlephobia/minzip/cjk-slug)](https://bundlephobia.com/package/cjk-slug)

URL-friendly string converter that supports CJK characters

## Usage

```js
import slugify from 'cjk-slug';

slugify('당근마켓 - 대한민국 1등 동네 커뮤니티');
// => 당근마켓-대한민국-1등-동네-커뮤니티
```

## Other languages

This package only cares about CJK characters.

You can use [`@sindresorhus/transliterate`](https://github.com/sindresorhus/transliterate) as needed.

## License

MIT