{"id":30851686,"url":"https://github.com/shadowxpa/iris","last_synced_at":"2026-04-04T21:32:06.932Z","repository":{"id":313220357,"uuid":"1040313813","full_name":"ShadowXPA/Iris","owner":"ShadowXPA","description":"Generate color palettes from images","archived":false,"fork":false,"pushed_at":"2025-09-04T15:32:55.000Z","size":465,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-04T17:33:27.651Z","etag":null,"topics":["api","csharp","css","dotnet","javascript","jsx","k-means-clustering","net-8","nextjs","palette-generation","reactjs","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShadowXPA.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-18T19:32:09.000Z","updated_at":"2025-09-04T15:32:24.000Z","dependencies_parsed_at":"2025-09-04T17:33:32.187Z","dependency_job_id":"e6a62d46-649c-4bc7-b141-3887d5aded0e","html_url":"https://github.com/ShadowXPA/Iris","commit_stats":null,"previous_names":["shadowxpa/iris"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ShadowXPA/Iris","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowXPA%2FIris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowXPA%2FIris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowXPA%2FIris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowXPA%2FIris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShadowXPA","download_url":"https://codeload.github.com/ShadowXPA/Iris/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowXPA%2FIris/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31415110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["api","csharp","css","dotnet","javascript","jsx","k-means-clustering","net-8","nextjs","palette-generation","reactjs","tailwindcss","typescript"],"created_at":"2025-09-07T07:42:22.270Z","updated_at":"2026-04-04T21:32:06.925Z","avatar_url":"https://github.com/ShadowXPA.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Iris\nGenerate color palettes from images\n\n## Palette Generator\n\n![Iris](resources/screenshot_1.png \"Iris\")\n\nSelect an image from a URL or from a file, and the palette generator will pick out some colors.\n\n## Usage\n\n### Docker\n\n#### Prerequisites\n\n- [Docker](https://www.docker.com/)\n\n#### Running\n\nYou can use the `compose.yml` file to run the application.\n\n### Without Docker (Manual)\n\n#### Prerequisites\n\n- [.NET Runtime 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) (CLI version)\n- [ASP.NET Core Runtime 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) (Web version)\n- [Node.js v20+](https://nodejs.org/en) (Web version)\n\n#### Installation\n\nDownload the latest version from the [Releases](https://github.com/ShadowXPA/Iris/releases) page.\n\n#### Build (Alternative)\n\nClone the repository.  \nUse `dotnet publish` to build the `Iris.Cli` and/or `Iris.WebApi`.  \nFor example:\n```\ndotnet publish src/Iris.Cli -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -p:DebugType=None -o publish/Iris.Cli-win-x64\n```\nFor `iris.web` run the following commands:\n\n1. Make sure you are in the `iris.web` folder:\n```\ncd src/iris.web\n```\n\n2. Install dependencies\n```\nnpm ci\n```\n\n3. Build\n```\nnpm run build\n```\n\n4. Copy the files to a fresh location\n```\ncp -r src/iris.web/.next/standalone/. [DESTINATION]\ncp -r src/iris.web/.next/static [DESTINATION]/.next\ncp -r src/iris.web/public [DESTINATION]\n```\n\n#### Running\n\n#### CLI version\n\nSimply run the executable in the console with the right arguments. Use `--help` for a list of arguments.\n\n#### Web version\n\nRun the `Iris.WebApi` executable.  \nSet the `BASE_API_URL=http://[Iris.WebApi]` and `PALETTE_API_URL=/api/palette` environment variables, or create a `.env` file with those variables next to the `server.js` file, then run the `iris.web` with `node server.js`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowxpa%2Firis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowxpa%2Firis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowxpa%2Firis/lists"}