Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuchunyang/bdcv
Minimalists' English-Chinese Bing dictionary
https://github.com/xuchunyang/bdcv
Last synced: 3 months ago
JSON representation
Minimalists' English-Chinese Bing dictionary
- Host: GitHub
- URL: https://github.com/xuchunyang/bdcv
- Owner: xuchunyang
- Created: 2018-11-05T13:36:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T03:27:00.000Z (7 months ago)
- Last Synced: 2024-10-03T09:35:47.576Z (3 months ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bdcv
A Node.js port of [bing-dict.el](https://github.com/cute-jumper/bing-dict.el).
> A **minimalists'** Emacs extension to search http://www.bing.com/dict.
> Support English to Chinese and Chinese to English.> 极简主义者的 Emacs 必应词典。 支持中英互译。
## Usage
To install:
~ $ npm i -g bdcv
To use:
~ $ bdcv hello
hello [heˈləʊ]: int. 你好;喂;您好;哈喽 | 网络 哈罗;哈啰;大家好## Motivation
This is my first attempt to create a NPM package while learning Javascript.