dictionarys

1.0.0 • Public • Published

LeiamNashProject DictioNarys
a free search engine that can help you to find the meaning of your words



features:
• no need apikey
• full meaning output
• largest database
• all of words have an meaning data
• fast and easy
• readable output



installation

npm i dictionarys

calling a variable

const dictionary = require("dictionarys");

how to use?

dictionary.search("INPUT TEXT");

example:

dictionary.search("face").then(res => {
  console.log(res);
});

take note

the result output is written
as a object

leiamnashh also take note the partofspeech is not written on object, it's a string, in other words they're connected


you can also use the await function

async function word () {
  const res = await dictionary.search("face");
  console.log(res);
}
word();

DictioNarys is a package rework and uses of dictionaryapi that can help you to have an easy and readable output


LeiamNash

Package Sidebar

Install

npm i dictionarys

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

40.6 kB

Total Files

10

Last publish

Collaborators

  • leiamnash