Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jhta/form-autofill-js
- Owner: jhta
- License: mit
- Created: 2018-09-10T17:42:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T09:21:55.000Z (about 6 years ago)
- Last Synced: 2024-10-01T19:16:21.924Z (4 months ago)
- Topics: autofill, data, fake, fill, form, forms, html, js
- Language: CSS
- Homepage: https://codesandbox.io/s/kmxmv1yx57
- Size: 964 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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()