words / similar-english-words

Give me a word and I’ll give you an array of words that differ by a single letter.
ISC License
34 stars 9 forks source link

use #2

Closed quan97it closed 4 years ago

quan97it commented 4 years ago

how to use it? i dont know !

zeke commented 4 years ago

Hi. This is a module that can be used with Node.js. Did you read the README?

https://github.com/words/similar-english-words#readme

quan97it commented 4 years ago

When I enter a wrong word it will produce a list of correct words? Do you have a dictionary? How do I use it when I have installed nodejs? I am not familiar with nodejs

Vào 2:32, Th 5, 7 thg 5, 2020 Zeke Sikelianos notifications@github.com đã viết:

Hi. This is a module that can be used with Node.js. Did you read the README?

https://github.com/words/similar-english-words#readme

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/words/similar-english-words/issues/2#issuecomment-624845801, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH57AU6S4QZ7AI26ACO3DV3RQG3MVANCNFSM4M2WPITA .

wooorm commented 4 years ago

We do expect you to know a bit about JavaScript and Node to use this project. See nodejs.dev for more information on Node.

If you’re familiar with JS and Node, then the readme provides the steps to take. See Install on how to install this package. See Use for an example that you can then put in a script (say, example.js), and run with Node (say, node example.js).

wooorm commented 4 years ago

Closing this, feel free to comment again if you need more help!