# CEDICT

[![npm version](https://img.shields.io/npm/v/cedict.svg)](https://www.npmjs.com/package/cedict)
[![Travis Build Status](https://travis-ci.org/pepebecker/cedict.svg)](https://travis-ci.org/pepebecker/cedict)
[![dependency status](https://img.shields.io/david/pepebecker/cedict.svg)](https://david-dm.org/pepebecker/cedict)
[![dev dependency status](https://img.shields.io/david/dev/pepebecker/cedict.svg)](https://david-dm.org/pepebecker/cedict#info=devDependencies)
[![ISC-licensed](https://img.shields.io/github/license/pepebecker/cedict.svg)](https://opensource.org/licenses/isc)

## Install

```shell
npm install cedict
```

## Usage

This `cedict` module is just providing the `cedict.bin` which is being used by the [`mdbg`](https://github.com/pepebecker/mdbg) module.

## Related

- [`pinyin-utils`](https://github.com/pepebecker/pinyin-utils)
- [`pinyin-split`](https://github.com/pepebecker/pinyin-split)
- [`zhuyin`](https://github.com/pepebecker/zhuyin)
- [`find-hanzi`](https://github.com/pepebecker/find-hanzi)
- [`hsk-words`](https://github.com/pepebecker/hsk-words)
- [`mdbg`](https://github.com/pepebecker/mdbg)
- [`pinyin-or-hanzi`](https://github.com/pepebecker/pinyin-or-hanzi)
- [`hanzi-to-pinyin`](https://github.com/pepebecker/hanzi-to-pinyin)
- [`pinyin-convert`](https://github.com/pepebecker/pinyin-convert)
- [`pinyin-rest`](https://github.com/pepebecker/pinyin-rest)
- [`pinyin-api`](https://github.com/pepebecker/pinyin-api)
- [`pinyin-bot-core`](https://github.com/pepebecker/pinyin-bot-core)
- [`pinyin-telegram`](https://github.com/pepebecker/pinyin-telegram)
- [`pinyin-messenger`](https://github.com/pepebecker/pinyin-messenger)
- [`pinyin-line`](https://github.com/pepebecker/pinyin-line)
- [`pinyin-chrome`](https://github.com/pepebecker/pinyin-chrome)
- [`pinyin-cli`](https://github.com/pepebecker/pinyin-cli)
- [`hanzi-cli`](https://github.com/pepebecker/hanzi-cli)

## Contributing

If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/pepebecker/cedict/issues).
