0.0.1 • Published 1 month ago

autofiller v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

AutoFiller Module

This module shows which words are compatible with the text entered in line with the data it receives from any database (array). If you don't understand, you can check the usage.

Why should I choose this?

  • 100% Stable🎯
  • Less resource usage than others💪
  • The software is in an understandable, extensible format 🔎
  • Possible bug support 🪲📞

Installation

To use the "AutoFiller" module in your project, you need to install it first. You can do this by running the following command in your terminal:

npm install autofiller

Usage

To use the "AutoFiller" module in your project, you need to require it in your JavaScript file. Assuming that the module is installed in your project's "node_modules" directory, you can do this by adding the following line at the top of your file:

const filler = require('autofiller');

Once you've required the module, you can use the "words" object and its "check" method. Here's an example:

let words = filler.words(['stress','stream','steam','graphics','music'])
let string = 'str'
//Adding with string variable
words.add('strings')

console.log(words.check(string)) // Output: [ 'stress', 'stream', 'strings' ]

//Retrieve old data
console.log(words.check(string,true))
/*
Output: {
  result: [ 'stress', 'stream', 'strings' ],
  old: [ 'steam', 'graphics', 'music' ]
}
*/

Contributing

If you want to contribute to the "AutoFiller" module, you can fork the repository on GitHub and make your changes. Once you're done, you can create a pull request and the maintainers will review your changes.

Issues

If you encounter any issues with the "AutoFiller" module, you can report them on the GitHub repository's "Issues" tab. Please provide as much information as possible to help the maintainers understand and reproduce the issue.

0.0.1

1 month ago

1.0.73

1 year ago

1.0.72

1 year ago

1.0.71

1 year ago

1.0.7

1 year ago

1.0.66

1 year ago

1.0.65

1 year ago

1.0.64

1 year ago

1.0.63

1 year ago

1.0.62

1 year ago

1.0.61

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago