# chinese-name

> random chinese name generator

Latest version **0.3.0** (published 2015-06-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install chinese-name
pnpm add chinese-name
yarn add chinese-name
bun add chinese-name
```

Provides the command `chinesename`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.0 |
| Published | 2015-06-17 |
| First published | 2015-06-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | jinceon@qq.com |
| Maintainers | jinceon |
| Keywords | random, chinese, name, generator |

## Links

- npm: https://www.npmjs.com/package/chinese-name
- Repository: https://github.com/jinceon/ChineseName
- Homepage: https://github.com/jinceon/ChineseName#readme
- Issues: https://github.com/jinceon/ChineseName/issues
- npm.io page: https://npm.io/package/chinese-name

## Dependencies (1)

- [commander](https://npm.io/package/commander.md) ^2.8.1

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

- 0.3.0 (latest) — 2015-06-17
- 0.2.0 — 2015-06-04
- 0.1.0 — 2015-06-04

## README

# ChineseName
random chinese name generator

##API
**random([familyName])**

##use in nodejs
1. install  
`npm install chinese-name`
2. use  
```js
var ChineseName = require('chinese-name');
console.log(ChineseName.random());
```

##use in browser
1. include `index.js`,eg.  
`<script src="path_to/index.js"></script>`
2. use  
```js
var name = ChineseName.random();
alert(name);
```

---
_Source: https://npm.io/package/chinese-name · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
