{"id":19302957,"url":"https://github.com/princevora/random-palette","last_synced_at":"2026-01-23T09:04:06.429Z","repository":{"id":246324037,"uuid":"820735188","full_name":"princevora/random-palette","owner":"princevora","description":"Simple Random Color palette Generator","archived":false,"fork":false,"pushed_at":"2024-07-01T03:44:08.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T22:51:15.476Z","etag":null,"topics":["api","color","nodejs","npm","pallete"],"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/princevora.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-06-27T04:43:20.000Z","updated_at":"2024-07-01T03:44:11.000Z","dependencies_parsed_at":"2024-06-27T06:49:06.069Z","dependency_job_id":"2665e327-4b3d-4108-a79b-91a79ff0fec4","html_url":"https://github.com/princevora/random-palette","commit_stats":null,"previous_names":["princevora/random-palette"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princevora%2Frandom-palette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princevora%2Frandom-palette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princevora%2Frandom-palette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princevora%2Frandom-palette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/princevora","download_url":"https://codeload.github.com/princevora/random-palette/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239576790,"owners_count":19662114,"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":["api","color","nodejs","npm","pallete"],"created_at":"2024-11-09T23:24:25.156Z","updated_at":"2025-11-10T00:30:19.785Z","avatar_url":"https://github.com/princevora.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction \nThe random-palette package will help developers to generate random color palettes for Such Packages\n\n## Installation\nThe random-palette Package is available on the [npm](https://www.npmjs.com/package/random-palette)\n\nRun the following command to install the package\n\n```\nnpm i random-palette\n```\n\n## Usage\n```js\n// Install the random palette package and import it\nconst paletteGenerator = require(\"random-palette\");\n\n// Usage\nconst palettes = paletteGenerator(2);\n\nconsole.log(palettes);\n\n/**\n * Output Should be\n * \n * [#******, #******] stars would be random integer or chars..\n * in my case the output is [#29FAB1, #39EAA1]\n */\n```\n\n## Test\n```\n\u003e random-palette@1.0.0 test\n\u003e mocha --full-trace       \n\n\n\n  generator\n    ✔ should not work when the amount is not a number\n    ✔ should return a array of palettes when the amount is number\n\n\n  2 passing (26ms)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincevora%2Frandom-palette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprincevora%2Frandom-palette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincevora%2Frandom-palette/lists"}