1.1.2 • Published 3 years ago

denotation v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

DENOTATION

An npm package to get the meaning and examples of a word.

Currently this is in Beta and there may be some errors in the response.

How to use? 🤔

  • Installing the package

    npm i denotation

  • Importing the package

    importing package

  • Call the get method of the package and pass the word.
    package usage const res = await denotation.get('hello')

const res = await denotation.get('hello')

Example

Word : 'denotation'

Response :

{ "examples":[ "The word has one literal denotation but several different connotations.", "The definition provides the word's denotation." ], "meanings":[ "an act or process of ", "meaning", "a direct specific meaning as distinct from an implied or associated idea ", "a ", "sign", "the totality of things to which a term is applicable especially in logic ", "an act or process of denoting", "a direct specific meaning as distinct from connotations", "a term or label that indicates something " ] }

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago