dictionary

Crates.iodictionary
lib.rsdictionary
version0.1.0
sourcesrc
created_at2018-09-29 23:55:40.859562
updated_at2018-09-29 23:55:40.859562
descriptionA CLI to lookup words, written in Rust
homepagehttps://josephb.org
repositoryhttps://github.com/joedborg/dictionary
max_upload_size
id87202
size22,249
Joe Borg (joedborg)

documentation

README

Dictionary

Prerequisite

You'll need an account at https://developer.oxforddictionaries.com. Then use the ID and key as stated below.

Installation

cargo build

Running

export DICTIONARY_APP_ID={Your ID}

export DICTIONARY_APP_KEY={Your Key}

./dictionary {word}

Commit count: 5

cargo fmt