{"id":21278286,"url":"https://github.com/rubyeffect/easy_fill","last_synced_at":"2026-02-10T22:34:52.500Z","repository":{"id":98262841,"uuid":"62812834","full_name":"rubyeffect/easy_fill","owner":"rubyeffect","description":"A javascript library that populates the form on your page on a link click. Built by http://www.rubyeffect.com ","archived":false,"fork":false,"pushed_at":"2017-02-08T11:07:21.000Z","size":10,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-18T15:52:42.207Z","etag":null,"topics":["autofill","fill-form","javascript-library","jquery"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubyeffect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-07T14:23:00.000Z","updated_at":"2017-11-28T06:24:09.000Z","dependencies_parsed_at":"2023-03-13T16:03:52.644Z","dependency_job_id":null,"html_url":"https://github.com/rubyeffect/easy_fill","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rubyeffect/easy_fill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyeffect%2Feasy_fill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyeffect%2Feasy_fill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyeffect%2Feasy_fill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyeffect%2Feasy_fill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyeffect","download_url":"https://codeload.github.com/rubyeffect/easy_fill/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyeffect%2Feasy_fill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29319692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autofill","fill-form","javascript-library","jquery"],"created_at":"2024-11-21T10:11:28.407Z","updated_at":"2026-02-10T22:34:52.494Z","avatar_url":"https://github.com/rubyeffect.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy Fill\n\nEasy Fill javascript library is for developers and testers. It gives a link to the top left corner of the page and when it is clicked, it fills placeholder content into your form that is on the current page.\n\n## Setup\n\nAdd this line at the bottom of your layout/html file:\n\n```html\n\u003cscript type=\"text/javascript\" src=\"/path/to/easy_fill-0.0.2.min.js\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\nA link will be shown at the top left corner of the browser with label: 'Easy Fill'. Click that to fill the form on your page.\n\n**form tag class options**\n\n1. `fill-form`, perform auto fill.\n\n2. `skip-form-fill`, skip auto.\n\n3. `skip-data-overwrite`, skip input field value overwrite.\n\n**Note:** Please refer `examples/demo-1.html` and `examples/demo-2.html` for examples.\n\n## Libraries Used\n\n1. jQuery (https://github.com/jquery/jquery)\n2. Faker (https://github.com/Marak/faker.js)\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/rubyeffect/easy_fill.\n\n## License\n\nThe library is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n## Changelog\n\n**August 30, 2015**\n\n1. If there are multiple forms on a page, only for the desired forms a value is filled in input field by adding 'fill-form' class to form tag. The rest of the forms will be ignored.\n\n2. If there are multiple forms on a page, desired forms can be ignored for auto fill by adding 'skip-form-fill' class to form tag. The rest of the forms input fields will be auto filled.\n\n3. To avoid overwrite of existing value of form fields, add 'skip-data-overwrite' class to form tag. \n\n## Authored by\n\nSanjay Vedula(sanjay.vedula@gmail.com)\n\n## About RubyEffect\n\n\u003ca href=\"http://www.rubyeffect.com\" target=\"_blank\"\u003e\n  \u003cimg src=\"http://blog.rubyeffect.com/wp-content/uploads/2015/05/cropped-re_original_logo.png\" alt=\"RubyEffect\"\u003e\n\u003c/a\u003e\n\nRubyEffect builds intuitive, live and elegant software that solves real world problems. We love open source and it's community.\n\nLiked this library? You may also like the articles we post on our [blog](http://blog.rubyeffect.com). Please do check\n\nWe would love to work on your ideas and see them grow. Say hello @ http://rubyeffect.com/contact\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyeffect%2Feasy_fill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyeffect%2Feasy_fill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyeffect%2Feasy_fill/lists"}