Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivgtr/kuronuri

🀦 Nouns that lead to personal identification can be blacked out.
https://github.com/ivgtr/kuronuri

cli noun

Last synced: about 1 month ago
JSON representation

🀦 Nouns that lead to personal identification can be blacked out.

Awesome Lists containing this project

README

        

# kuronuri

[![CI test](https://github.com/ivgtr/kuronuri/actions/workflows/test.yml/badge.svg)](https://github.com/ivgtr/kuronuri/actions/workflows/test.yml)

🀦 Nouns that lead to personal identification can be blacked out.

## Usages

### CLI

```shell
$ npm install --global kuronuri
```

```shell
$ kuronuri --help
Usage
$ kuronuri [query]

Examples
$ kuronuri εΎθΌ©γ―ηŒ«γ§γ‚γ‚‹
β–ˆβ–ˆγ―β–ˆγ§γ‚γ‚‹

$ kuronuri εΎθΌ©γ―ηŒ«γ§γ‚γ‚‹ -p β–²
▲▲は▲である

$ kuronuri εΎθΌ©γ―ηŒ«γ§γ‚γ‚‹ -p β–²,β–ˆ,●
β—β–ˆγ―β–²γ§γ‚γ‚‹
```

### Packages

```shell
$ npm install kuronuri
```

```js
import { exchanging } from "kuronuri";

exchanging("εΎθΌ©γ―ηŒ«γ§γ‚γ‚‹").then((result) => {
console.log(result);
// => β–ˆβ–ˆγ―β–ˆγ§γ‚γ‚‹
});
```

#### API

```ts
exchanging(text:string, options?:{pack?:string[]=["β–ˆ"]}) => Promise
```

## License

MIT Β©[ivgtr](https://github.com/ivgtr)

[![Twitter Follow](https://img.shields.io/twitter/follow/ivgtr?style=social)](https://twitter.com/ivgtr) [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![Donate](https://img.shields.io/badge/%EF%BC%84-support-green.svg?style=flat-square)](https://www.buymeacoffee.com/ivgtr)