{"id":22547079,"url":"https://github.com/kiwilan/seeds","last_synced_at":"2026-04-20T05:36:35.694Z","repository":{"id":86553285,"uuid":"606672455","full_name":"kiwilan/seeds","owner":"kiwilan","description":"API to use random pictures with seeders.","archived":false,"fork":false,"pushed_at":"2024-04-29T11:36:36.000Z","size":274,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-28T09:09:58.042Z","etag":null,"topics":["api","developer-tools","faker","fastify","nodejs","pictures","seed","seeds","typescript"],"latest_commit_sha":null,"homepage":"https://seeds.git-projects.xyz","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kiwilan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-02-26T07:42:40.000Z","updated_at":"2023-07-08T04:30:35.000Z","dependencies_parsed_at":"2023-11-20T13:45:35.597Z","dependency_job_id":"cbc83313-e2de-49f8-a8ae-eaa0d4b6e31a","html_url":"https://github.com/kiwilan/seeds","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"kiwilan/fastify-template","purl":"pkg:github/kiwilan/seeds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwilan%2Fseeds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwilan%2Fseeds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwilan%2Fseeds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwilan%2Fseeds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiwilan","download_url":"https://codeload.github.com/kiwilan/seeds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwilan%2Fseeds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32035022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["api","developer-tools","faker","fastify","nodejs","pictures","seed","seeds","typescript"],"created_at":"2024-12-07T15:10:03.629Z","updated_at":"2026-04-20T05:36:35.678Z","avatar_url":"https://github.com/kiwilan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌱 Seeds\n\n[![node][node-version-src]][node-version-href]\n[![fastify][fastify-version-src]][fastify-version-href]\n[![license][license-src]][license-href]\n\n[![tests][tests-src]][tests-href]\n[![pipeline][pipeline-actions-src]][pipeline-actions-href]\n\nAPI to use random pictures with seeders. You could use pictures from [this repo](https://gitlab.com/kiwilan/seeds-pictures).\n\n## Setup\n\n```bash\npnpm i\n```\n\n```bash\ncp .env.example .env\n```\n\nYou could use pictures from [this repo](https://gitlab.com/kiwilan/seeds-pictures).\n\n```bash\ngit clone https://gitlab.com/kiwilan/seeds-pictures.git ./src/public/seeds-pictures\n```\n\n```bash\npnpm dev\n```\n\n## Docker\n\n```bash\ndocker-compose up\n```\n\n## Pictures\n\nYou could use your own pictures. You just need to put them in `./src/public/seeds-pictures` and respect the following structure:\n\n```bash\nsrc/public/seeds-pictures\n├── large\n│   ├── category-1\n│   │   ├── img-1.jpg\n│   │   └── img-2.jpg\n│   └── category-2\n│       ├── img-1.jpg\n│       └── img-2.jpg\n├── medium # let empty\n├── small # let empty\n└── tiny # let empty\n```\n\nAll extra sizes (`medium`, `small`, `tiny`) will be generated automatically with `sharp`.\n\n## Build\n\n```bash\nLOG_LEVEL=error      # debug | error | fatal  | info | trace | warn | silent\n\nPORT=3000 # pm2 port\nBASE_URL=domain.com\nHTTPS=true\n```\n\n```bash\npnpm build\n```\n\n## License\n\n[MIT](./LICENSE)\n\n[node-version-src]: https://img.shields.io/static/v1?style=flat-square\u0026label=Node.js\u0026message=v18.x\u0026color=A855F7\u0026logo=node.js\u0026logoColor=ffffff\u0026labelColor=18181b\n[node-version-href]: https://www.php.net/\n[license-src]: https://img.shields.io/github/license/kiwilan/seeds.svg?style=flat-square\u0026colorA=18181B\u0026colorB=A855F7\n[license-href]: https://github.com/kiwilan/seeds/blob/main/README.md\n[tests-src]: https://img.shields.io/github/actions/workflow/status/kiwilan/seeds/eslint.yml?branch=main\u0026label=tests\u0026style=flat-square\u0026colorA=18181B\n[tests-href]: https://packagist.org/packages/kiwilan/seeds\n[fastify-version-src]: https://img.shields.io/static/v1?style=flat-square\u0026label=Fastify\u0026message=v4.x\u0026color=A855F7\u0026logo=fastify\u0026logoColor=ffffff\u0026labelColor=18181b\n[fastify-version-href]: https://www.fastify.io/\n[pipeline-actions-src]: https://gitlab.com/kiwilan/seeds/badges/main/pipeline.svg?style=flat-square\n[pipeline-actions-href]: https://gitlab.com/kiwilan/seeds\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwilan%2Fseeds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiwilan%2Fseeds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwilan%2Fseeds/lists"}