https://github.com/arc-jung/random-cat-word
[NPM] random cat word generator / 랜덤 고양이 단어 생성기
https://github.com/arc-jung/random-cat-word
cat express javascript korean microservice nestjs nextjs node node-js nodejs npm package random tdd test testing typescript word yarn
Last synced: 2 months ago
JSON representation
[NPM] random cat word generator / 랜덤 고양이 단어 생성기
- Host: GitHub
- URL: https://github.com/arc-jung/random-cat-word
- Owner: Arc-Jung
- License: mit
- Created: 2024-03-20T05:43:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-27T05:23:45.000Z (about 1 year ago)
- Last Synced: 2025-04-06T20:15:12.960Z (3 months ago)
- Topics: cat, express, javascript, korean, microservice, nestjs, nextjs, node, node-js, nodejs, npm, package, random, tdd, test, testing, typescript, word, yarn
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/random-cat-word
- Size: 467 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# random-cat-word
[](https://hits.seeyoufarm.com)
[](https://hits.seeyoufarm.com)
### 2024-03-20 Arc-Jung
## Description 🐈🐈🐈- Randomly generates cat words. / 랜덤한 고양이 단어를 생성한다옹!
- Now, only English and Korean are supported. / 지금은 영어와 한국어만 지원한다냥!
- If you want to add cat words in other languages, please create a Pull Request or issue! I'm asking for help from cats around the world! Let's fill the world with cat sounds! / 다른 언어의 고양이 단어를 추가하고 싶으면 풀 리퀘스트 또는 이슈를 생성해달라냥! 전세계 고양이들에게 도움을 요청한다냥! 닝겐 세상을 고양이 소리로 도배시키자냥!## Installation 🐈🐈🐈
- If you use NPM
```shell
npm install random-cat-word
```- If you use Yarn
```shell
yarn add random-cat-word
```## Usage 🐈🐈🐈
```typescript
import {generate} from "random-cat-word/dist/cjs/main";console.log(generate(10)) // default language is 'english'
console.log(generate(1)) // default language is 'english'console.log(generate(10, 'english')) // or generate(10, 'en')
console.log(generate(10, 'korean')) // or generate(10, 'ko')
``````shell
Kaaaack Yaaong Grwo Merr Yaaayong Yaaayong Nyaaaaa Nya Grwo Nyaayong
MeowAong Trill Mewooong Yaaayong Nyaayong Nyaa Nyong Meow Nyaayong Nyong
야옹 옹 야 아옥 애오옹 먀 냐야야야야얌 야야아앙 냐야야야앙 아오오오
```## Publish 🐈🐈🐈
```shell
npm login
npm publish
```