{"id":20937006,"url":"https://github.com/fildon/boid-flock","last_synced_at":"2026-04-29T07:31:21.987Z","repository":{"id":90092483,"uuid":"387530640","full_name":"fildon/boid-flock","owner":"fildon","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-07T09:07:48.000Z","size":567,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T14:35:50.385Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/fildon.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-19T16:36:45.000Z","updated_at":"2021-08-07T09:06:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"458ead34-1220-4013-9264-d8928cd5eafc","html_url":"https://github.com/fildon/boid-flock","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/fildon/boid-flock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fildon%2Fboid-flock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fildon%2Fboid-flock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fildon%2Fboid-flock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fildon%2Fboid-flock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fildon","download_url":"https://codeload.github.com/fildon/boid-flock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fildon%2Fboid-flock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32416145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"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":[],"created_at":"2024-11-18T22:31:17.915Z","updated_at":"2026-04-29T07:31:21.982Z","avatar_url":"https://github.com/fildon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boid Flock\n\nA React component to render a boids simulation anywhere\n\n![Demo gif](https://raw.githubusercontent.com/fildon/boid-flock/main/static/boid-flock.gif)\n\n## Installation\n\n```shell\nnpm add 'boid-flock'\n```\n\n## Usage\n\n```ts\nimport { BoidFlock } from \"boid-flock\";\n\nexport function YourComponent() {\n  return (\n    \u003cBoidFlock\u003e\n      \u003cspan\u003eYou can render whatever you like in here\u003c/span\u003e\n    \u003c/BoidFlock\u003e\n  );\n}\n```\n\nOptionally you can pass a `boidCount` prop to the component to control the number of boids rendered.\n\n```ts\nimport { BoidFlock } from \"boid-flock\";\n\nexport function YourComponent() {\n  return (\n    \u003cBoidFlock boidCount={3}\u003e\n      \u003cp\u003eThere's only 3 boids in my background\u003c/p\u003e\n    \u003c/BoidFlock\u003e\n  );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffildon%2Fboid-flock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffildon%2Fboid-flock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffildon%2Fboid-flock/lists"}