0.1.4 • Published 6 years ago

form-autofill-js v0.1.4

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

form-autofill-js

Tool for auto filling html forms based on the fake data generator: casual.js gif

The Tool identifies the html component based on the name and type params and fill it with a random pair from the object casual.

How to install

npm i -S -D form-autofill-js

or

yarn add form-autofill-js --dev

how to use

Fill from javascript

import AutoFill from 'form-autofill-js'

Autofill.fill()

You can use a Button tool for fill with a button click event:

Autofill.tool()
0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago