{"id":15485646,"url":"https://github.com/codenoid/string-to-hex-color","last_synced_at":"2025-06-11T09:08:09.505Z","repository":{"id":100303426,"uuid":"293657469","full_name":"codenoid/string-to-hex-color","owner":"codenoid","description":"Generate hex color uniquely based on given string","archived":false,"fork":false,"pushed_at":"2020-09-08T00:34:08.000Z","size":212,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T15:48:21.395Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/codenoid.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}},"created_at":"2020-09-08T00:05:29.000Z","updated_at":"2022-05-31T01:59:35.000Z","dependencies_parsed_at":"2023-05-13T13:30:18.063Z","dependency_job_id":null,"html_url":"https://github.com/codenoid/string-to-hex-color","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"2da18fb3a2cf5eb52dbc65d04404098d527c2442"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoid%2Fstring-to-hex-color","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoid%2Fstring-to-hex-color/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoid%2Fstring-to-hex-color/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoid%2Fstring-to-hex-color/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenoid","download_url":"https://codeload.github.com/codenoid/string-to-hex-color/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoid%2Fstring-to-hex-color/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259236305,"owners_count":22826303,"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-02T06:02:14.424Z","updated_at":"2025-06-11T09:08:09.453Z","avatar_url":"https://github.com/codenoid.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# string-to-hex-color\n\nGenerate hex color uniquely based on given string\n\n![Example use of string-to-hex-color](https://github.com/codenoid/string-to-hex-color/blob/master/screenshot.png?raw=true)\n_example use of string-to-hex-color applied to another library_\n\n## Installation\n\n```go\ngo get -u github.com/codenoid/string-to-hex-color\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\tshex \"github.com/codenoid/string-to-hex-color\"\n)\n\nfunc main() {\n\tfmt.Println(shex.GenerateColor(\"Let's write Stable Software\")) // #B25320\n\tfmt.Println(shex.GenerateColor(\"Let's write Stable Software\")) // #B25320\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenoid%2Fstring-to-hex-color","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenoid%2Fstring-to-hex-color","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenoid%2Fstring-to-hex-color/lists"}