{"id":14384768,"url":"https://github.com/bencevans/fade-steps","last_synced_at":"2025-08-01T20:07:45.088Z","repository":{"id":19848345,"uuid":"23110361","full_name":"bencevans/fade-steps","owner":"bencevans","description":"Generate an array of steps between two colours","archived":false,"fork":false,"pushed_at":"2015-12-28T01:06:35.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T13:13:22.041Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/bencevans.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}},"created_at":"2014-08-19T13:04:49.000Z","updated_at":"2017-07-23T00:02:47.000Z","dependencies_parsed_at":"2022-07-23T13:48:00.034Z","dependency_job_id":null,"html_url":"https://github.com/bencevans/fade-steps","commit_stats":null,"previous_names":["bencevans/fader"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bencevans/fade-steps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencevans%2Ffade-steps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencevans%2Ffade-steps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencevans%2Ffade-steps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencevans%2Ffade-steps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bencevans","download_url":"https://codeload.github.com/bencevans/fade-steps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencevans%2Ffade-steps/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268290709,"owners_count":24226646,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"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":[],"created_at":"2024-08-28T18:01:39.294Z","updated_at":"2025-08-01T20:07:45.067Z","avatar_url":"https://github.com/bencevans.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# fade-steps\n\n\u003e Generate an array of steps for fading between colours\n\n## Install\n\n    $ npm install --save fade-steps\n\n## Usage\n\n```js\nconst fadeSteps = require('fade-steps')\n\nconst startColour = '000000'\nconst endColour = 'ff00ff'\nconst stepCount = 5\n\nconst colours = fadeSteps(startColour, endColour, stepCount)\n\nconsole.log(colours)\n/*\n[ '000000', '400040', '800080', 'bf00bf', 'ff00ff' ]\n*/\n```\n\n## Licence\n\nMIT © [Ben Evans](http://bensbit.co.uk)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbencevans%2Ffade-steps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbencevans%2Ffade-steps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbencevans%2Ffade-steps/lists"}