Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ivgtr/kuronuri
- Owner: ivgtr
- License: mit
- Created: 2021-07-07T02:07:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T06:19:56.000Z (almost 3 years ago)
- Last Synced: 2023-12-23T19:13:59.310Z (12 months ago)
- Topics: cli, noun
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/kuronuri
- Size: 8.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)