{"id":21166235,"url":"https://github.com/tientq64/taxon4","last_synced_at":"2025-10-12T17:08:35.300Z","repository":{"id":250247104,"uuid":"831832486","full_name":"tientq64/taxon4","owner":"tientq64","description":"🐚 Collect and classify species of organisms.","archived":false,"fork":false,"pushed_at":"2025-08-06T12:42:49.000Z","size":24262,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-06T14:35:49.125Z","etag":null,"topics":["animals","biology","collection","organisms","plants","taxonomy","tree-of-life","zoo"],"latest_commit_sha":null,"homepage":"https://taxon4.vercel.app","language":"TypeScript","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/tientq64.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2024-07-21T18:27:32.000Z","updated_at":"2025-08-06T12:42:53.000Z","dependencies_parsed_at":"2024-08-27T18:18:40.333Z","dependency_job_id":"6e67bd24-94c6-4645-bd70-312f86c5417e","html_url":"https://github.com/tientq64/taxon4","commit_stats":null,"previous_names":["tientq64/taxon4"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tientq64/taxon4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tientq64%2Ftaxon4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tientq64%2Ftaxon4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tientq64%2Ftaxon4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tientq64%2Ftaxon4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tientq64","download_url":"https://codeload.github.com/tientq64/taxon4/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tientq64%2Ftaxon4/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271780566,"owners_count":24819294,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["animals","biology","collection","organisms","plants","taxonomy","tree-of-life","zoo"],"created_at":"2024-11-20T14:48:51.752Z","updated_at":"2025-10-12T17:08:30.246Z","avatar_url":"https://github.com/tientq64.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eTaxon 4\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cspan\u003eEnglish\u003c/span\u003e\n\t|\n\t\u003ca href=\"./README.vi.md\"\u003eTiếng Việt\u003c/a\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cimg src=\"./public/assets/images/logo.png\" height=\"128\"\u003e\n\t\u003cbr\u003e\n\tCollect and classify species of organisms.\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cimg src=\"https://img.shields.io/github/package-json/v/tientq64/taxon4?label=Version\u0026color=0284c7\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/deployments/tientq64/taxon4/production?label=Deployment\u0026color=f43f5e\"\u003e\n\t\u003c!-- \u003cimg src=\"https://img.shields.io/github/size/tientq64/taxon4/public/data/data.taxon4?label=Data\u0026color=65a30d\"\u003e --\u003e\n\t\u003cimg src=\"https://img.shields.io/website?label=Website\u0026url=https://taxon4.vercel.app\u0026up_color=059669\u0026down_color=f43f5e\"\u003e\n\u003c/p\u003e\n\n## 📰 Introduction\n\nCollection of organisms I have \"captured\". Inspired by the anime [Pokémon][1], I created this project [(Pokédex)][2]. Traveling around (Wikipedia) to find and \"collect\" information about all the organisms on Earth. The journey is still ongoing.\n\n\u003e This project is the 4th version, inheriting from the previous [Taxon 3][3] version.\n\n## ✨ Key features\n\n- Browse the species that have been collected by (me). There are many species missing because the collection is still being done.\n- Search for species, subspecies, genus, family, order, etc.\n- Details about the species. Including scientific name, English name, Vietnamese name, pictures, descriptions, etc.\n\n## 🤳 Usage\n\nGo to [https://taxon4.vercel.app][4].\n\n## 📑 Change log\n\nSee [CHANGELOG.md][5].\n\n## 🛠️ Development\n\nUsing VSCode.\n\nInstall depedencies:\n\n```bash\npnpm install\n```\n\nStart in development mode:\n\n```bash\npnpm run start\n```\n\nInstall the userscript `dist-web-extension/meta.user.js` that uses the [Tampermonkey][6] browser extension.\n\n## 💳 Credits\n\n\u003ca href=\"https://www.flaticon.com/free-icons/deer\" title=\"deer icons\"\u003e\n\tDeer icons created by smalllikeart - Flaticon\n\u003c/a\u003e\n\n[1]: https://en.wikipedia.org/wiki/Pok%C3%A9mon\n[2]: https://en.wikipedia.org/wiki/Gameplay_of_Pok%C3%A9mon#Pok%C3%A9dex\n[3]: https://github.com/tientq64/taxon\n[4]: https://taxon4.vercel.app/\n[5]: ./CHANGELOG.md\n[6]: https://www.tampermonkey.net/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftientq64%2Ftaxon4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftientq64%2Ftaxon4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftientq64%2Ftaxon4/lists"}