An open API service indexing awesome lists of open source software.

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)

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}`