/word-definition-finder

:fire: This software get the definition of any given word.

Primary LanguageJavaScriptMIT LicenseMIT

Word definition Dictionary

It uses Oxford Dictionary API.

The dictionary give the definition of any given word.

Getting Started

1. Installing everything...

npm install

2. Create a config.js

In the same folder of package.json you need a config.js like this

const credentials = {
     id : '********',
     key : '******************'
}
module.exports = credentials;

3. Deploy Word Finder

npm run deploy

It might ask for super user permission, if so please use sudo npm run deploy

4. Usage

word-definition -w happy
word-definition --word happy
word-definition --help

Screenshots

Running a search using the word happy

image info

Running a search without using arguments, it will return a usage menu.

image info

Happy search 😎