{"id":20700367,"url":"https://github.com/s-a/watch-input","last_synced_at":"2025-03-11T03:51:18.957Z","repository":{"id":143927547,"uuid":"69987441","full_name":"s-a/watch-input","owner":"s-a","description":"watch an input textbox for changes. usefull to provide auto-suggest things of the web","archived":false,"fork":false,"pushed_at":"2016-10-04T19:26:15.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T15:39:15.133Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/s-a.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-10-04T17:10:25.000Z","updated_at":"2016-10-04T19:27:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"3944806e-fdd8-46c2-ad14-33485b9508fa","html_url":"https://github.com/s-a/watch-input","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"58e096ee48ac2e31b7cc89e09ef8d21893ce8402"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-a%2Fwatch-input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-a%2Fwatch-input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-a%2Fwatch-input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-a%2Fwatch-input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s-a","download_url":"https://codeload.github.com/s-a/watch-input/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242967728,"owners_count":20214281,"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":[],"created_at":"2024-11-17T00:35:03.731Z","updated_at":"2025-03-11T03:51:18.938Z","avatar_url":"https://github.com/s-a.png","language":"JavaScript","readme":"```js\n    $(\"#search\").watchInput({\n      delay : 700,\n      input : function(/*newValue*/){\n        // user is entering some data...\n      },\n      inputDone : function(newValue/*, oldValue*/){\n        // user finished entering data\n        var ref = firebase.database().ref(\"actors-search-index\");\n        $(\"#spinner\").show();\n        search(ref, newValue, function(){\n          $(\"#spinner\").fadeOut(\"fast\");\n        });\n      }\n    });\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-a%2Fwatch-input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs-a%2Fwatch-input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-a%2Fwatch-input/lists"}