{"id":26667088,"url":"https://github.com/code-lever/color-stream-elixir","last_synced_at":"2025-04-11T23:50:30.535Z","repository":{"id":57484584,"uuid":"48713070","full_name":"code-lever/color-stream-elixir","owner":"code-lever","description":"Generated colors using Elixir streams.","archived":false,"fork":false,"pushed_at":"2022-07-24T06:16:49.000Z","size":15,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T19:46:24.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/code-lever.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}},"created_at":"2015-12-28T21:23:57.000Z","updated_at":"2025-01-29T15:11:30.000Z","dependencies_parsed_at":"2022-08-28T17:40:52.125Z","dependency_job_id":null,"html_url":"https://github.com/code-lever/color-stream-elixir","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lever%2Fcolor-stream-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lever%2Fcolor-stream-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lever%2Fcolor-stream-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lever%2Fcolor-stream-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-lever","download_url":"https://codeload.github.com/code-lever/color-stream-elixir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497890,"owners_count":21113984,"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":"2025-03-25T19:36:13.324Z","updated_at":"2025-04-11T23:50:30.510Z","avatar_url":"https://github.com/code-lever.png","language":"Elixir","readme":"# Color Stream\n\n[![Build Status](https://api.travis-ci.org/code-lever/color-stream-elixir.svg)](https://travis-ci.org/code-lever/color-stream-elixir)\n[![Hex Version](https://img.shields.io/hexpm/v/color_stream.svg \"Hex Version\")](https://hex.pm/packages/color_stream)\n\nGenerate random colors in a pleasing way, based on work from the [ColorGenerator](https://github.com/jpmckinney/color-generator) Ruby gem, and the [How to Generate Random Colors Programmatically](http://martin.ankerl.com/2009/12/09/how-to-create-random-colors-programmatically/) post by Martin Ankerl.\n\n## Installation\n\nAdd color_stream to your list of dependencies in `mix.exs`:\n\n    def deps do\n      [{:color_stream, \"~\u003e 0.0.1\"}]\n    end\n\n## Basic Usage\n\n    iex\u003e ColorStream.hex |\u003e Enum.take(5)\n    [\"7F6C3F\", \"5A3F7F\", \"3F7F47\", \"7F3F4A\", \"3F5D7F\"]\n\n    iex\u003e ColorStream.hex(hue: 0.5) |\u003e Enum.take(2)\n    [\"F1BE42\", \"8B42F1\"]\n\nBe sure to read [the documentation too](http://hexdocs.pm/color_stream).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-lever%2Fcolor-stream-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-lever%2Fcolor-stream-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-lever%2Fcolor-stream-elixir/lists"}