{"id":17361379,"url":"https://github.com/inside/autocomplete","last_synced_at":"2025-03-27T16:44:09.589Z","repository":{"id":66934724,"uuid":"1440114","full_name":"inside/autocomplete","owner":"inside","description":"Search input ajax autocomplete","archived":false,"fork":false,"pushed_at":"2011-03-08T11:10:37.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T20:26:10.296Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inside.png","metadata":{"files":{"readme":"README","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}},"created_at":"2011-03-04T16:46:24.000Z","updated_at":"2016-05-27T15:46:54.000Z","dependencies_parsed_at":"2023-02-20T14:40:30.841Z","dependency_job_id":null,"html_url":"https://github.com/inside/autocomplete","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/inside%2Fautocomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inside%2Fautocomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inside%2Fautocomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inside%2Fautocomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inside","download_url":"https://codeload.github.com/inside/autocomplete/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245887022,"owners_count":20688771,"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-10-15T19:33:00.644Z","updated_at":"2025-03-27T16:44:09.561Z","avatar_url":"https://github.com/inside.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Autocomplete\n\nThis javascript/Prototype.js program solves the problem of html text input\nautocompletion. It minimizes web server requests by implementing a local cache\nand a local refine if returned results are less than 10 (default value). Tomas\nKirda at http://www.devbridge.com/projects/autocomplete/ has inspired much of\nthe work here.\n\nYou need a webserver running PHP for the example to work, but any server side\nscripting langage will do as long as it returns a JSON formatted response. For\nexample, if the typed string is \"ba\", the JSON is:\n\n{\"searchedString\":\"ba\",\"results\":[\"bag\",\"bad\",\"bam\",\"bat\",\"back\",\"bake\",\"band\",\"bank\"]}\n\nA basic CSS is here to help you, along with the word list stopping at the letter\n\"e\". Multiple autocompleted text input can be integrated in one page.\n\nAutocomplete is distributed under the terms of an MIT-style license as the\noriginal work by Tomas Kirda is.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finside%2Fautocomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finside%2Fautocomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finside%2Fautocomplete/lists"}