1.0.1 • Published 2 years ago

english-word-dictionary v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

english-word-dictionary


Introduction

english-word-dictionary is a node package to search meaning for any valiid english word.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install english-word-dictionary

Quick Start

const dictionary = require("english-word-dictionary");

const getMeaning = async () =>{
    var meaning = await dictionary.search("welcome")
    console.log(meaning);
}
getMeaning();

Keywords

english dictionary, dictionary, word meaning