{"id":41280341,"url":"https://github.com/barrosfilipe/radig","last_synced_at":"2026-01-23T02:49:57.637Z","repository":{"id":46060374,"uuid":"245030655","full_name":"barrosfilipe/radig","owner":"barrosfilipe","description":":slot_machine: A tiny (65B) and fast utility to randomize a fixed amount of digits","archived":false,"fork":false,"pushed_at":"2021-11-16T23:17:15.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T03:45:04.629Z","etag":null,"topics":["65b","digits","fast","numbers","random","randomzine","string","tiny","utility"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/barrosfilipe.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":"2020-03-05T00:09:42.000Z","updated_at":"2023-03-07T09:50:45.000Z","dependencies_parsed_at":"2022-09-07T16:40:16.574Z","dependency_job_id":null,"html_url":"https://github.com/barrosfilipe/radig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/barrosfilipe/radig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrosfilipe%2Fradig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrosfilipe%2Fradig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrosfilipe%2Fradig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrosfilipe%2Fradig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barrosfilipe","download_url":"https://codeload.github.com/barrosfilipe/radig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrosfilipe%2Fradig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28679138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"online","status_checked_at":"2026-01-23T02:00:08.296Z","response_time":59,"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":["65b","digits","fast","numbers","random","randomzine","string","tiny","utility"],"created_at":"2026-01-23T02:49:57.367Z","updated_at":"2026-01-23T02:49:57.623Z","avatar_url":"https://github.com/barrosfilipe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# radig\n\u003e A tiny (65B) and fast utility to randomize a fixed amount of digits\n\nIt generates a `random` fixed amount of `digits` of your choice and returns as `String`\n\n## Important\n`radig` can't be guaranteed to be unique.\n\n## Install\n\n`npm i radig --save`\n\n## Usage\n\n```js\nconst radig = require('radig');\n\n// length = 1 (default)\nradig(); //=\u003e '5'\nradig(); //=\u003e '0'\n\n// customize length\nradig(3); //=\u003e '571'\nradig(16); //=\u003e '8547512354785473'\n```\n\n## Tests\n\n`npm test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrosfilipe%2Fradig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarrosfilipe%2Fradig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrosfilipe%2Fradig/lists"}