Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhta/form-autofill-js

Tool for auto filling html forms
https://github.com/jhta/form-autofill-js

autofill data fake fill form forms html js

Last synced: 3 months ago
JSON representation

Tool for auto filling html forms

Awesome Lists containing this project

README

        

# form-autofill-js

Tool for auto filling html forms based on the fake data generator: [casual.js](https://github.com/boo1ean/casual)

[DEMO 1 - with CDN](https://jsbin.com/subesef/1)

[DEMO 2 - with import](https://codesandbox.io/s/kmxmv1yx57)

![gif](https://github.com/jhta/form-autofill-js/blob/master/1.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`

### With CDN

`
Autofill.tool()