https://github.com/joedborg/dictionary
A CLI to lookup words, written in Rust (as an exercise)
https://github.com/joedborg/dictionary
Last synced: 7 months ago
JSON representation
A CLI to lookup words, written in Rust (as an exercise)
- Host: GitHub
- URL: https://github.com/joedborg/dictionary
- Owner: joedborg
- License: gpl-2.0
- Created: 2018-09-29T23:21:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T00:30:35.000Z (over 7 years ago)
- Last Synced: 2025-02-23T07:46:05.509Z (over 1 year ago)
- Language: Rust
- Homepage: https://josephb.org
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dictionary
## Prerequisite
You'll need an account at [https://developer.oxforddictionaries.com](https://developer.oxforddictionaries.com). Then use the ID and key as stated below.
## Installation
`cargo install dictionary`
## Running
`export DICTIONARY_APP_ID={Your ID}`
`export DICTIONARY_APP_KEY={Your Key}`
`dictionary {word}`