{"id":18103280,"url":"https://github.com/averagemarcus/bindit.js","last_synced_at":"2025-04-06T05:43:40.842Z","repository":{"id":67321382,"uuid":"64165598","full_name":"AverageMarcus/BindIt.js","owner":"AverageMarcus","description":"Simple data binding for modern browsers","archived":false,"fork":false,"pushed_at":"2016-07-30T05:56:17.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T11:24:47.964Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AverageMarcus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-25T20:26:04.000Z","updated_at":"2020-10-03T09:45:03.000Z","dependencies_parsed_at":"2023-03-04T11:30:32.816Z","dependency_job_id":null,"html_url":"https://github.com/AverageMarcus/BindIt.js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AverageMarcus%2FBindIt.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AverageMarcus%2FBindIt.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AverageMarcus%2FBindIt.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AverageMarcus%2FBindIt.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AverageMarcus","download_url":"https://codeload.github.com/AverageMarcus/BindIt.js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247441007,"owners_count":20939235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["hacktoberfest"],"created_at":"2024-10-31T22:11:18.787Z","updated_at":"2025-04-06T05:43:40.825Z","avatar_url":"https://github.com/AverageMarcus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BindIt.js\n\nSimple data binding for modern browsers\n\n## Example\n\n```html\n\u003cdiv bind-it-to=\"name.first\"\u003e\u003c/div\u003e\n\u003cdiv bind-it-to=\"age\"\u003e\u003c/div\u003e\n\u003cinput type=\"text\" bind-it-to=\"name.last\" bind-it-with=\"value\" /\u003e\n\u003cdiv\u003e\n    \u003cspan bind-it-to=\"name.first\" bind-it-with=\"makeItBold\"\u003e\u003c/span\u003e \u003cspan bind-it-to=\"name.last\" bind-it-with=\"makeItBold\"\u003e\u003c/span\u003e\n\u003c/div\u003e\n  \n\u003cscript\u003e\n  function makeItBold(value) {\n    this.innerHTML = `\u003cb\u003e${value}\u003c/b\u003e`;\n  }\n\n  const state = {\n    name: {\n      first: 'Jane',\n      last: 'Smith'\n    },\n    age: 21\n  };\n  \n  let context = bindIt(state);  \n\u003c/script\u003e\n```\n\n![image](https://cloud.githubusercontent.com/assets/3384072/17116307/1ca305f6-52af-11e6-81c6-767266f63718.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faveragemarcus%2Fbindit.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faveragemarcus%2Fbindit.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faveragemarcus%2Fbindit.js/lists"}