{"id":15685889,"url":"https://github.com/ultirequiem/random_number","last_synced_at":"2025-05-07T08:25:26.763Z","repository":{"id":37788358,"uuid":"444772840","full_name":"UltiRequiem/random_number","owner":"UltiRequiem","description":"🎡 Get a random number.","archived":false,"fork":false,"pushed_at":"2024-05-01T00:00:25.000Z","size":56,"stargazers_count":10,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T19:59:20.314Z","etag":null,"topics":["cli-tool","deno","javascript","random","random-number-generators","random-numbers","rest-api","typescript"],"latest_commit_sha":null,"homepage":"https://ulti.js.org/random_number","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/UltiRequiem.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-05T11:09:28.000Z","updated_at":"2024-11-11T19:47:01.000Z","dependencies_parsed_at":"2023-02-17T18:15:18.813Z","dependency_job_id":"9d10d210-0262-43af-aba2-86f4e4f8da1e","html_url":"https://github.com/UltiRequiem/random_number","commit_stats":{"total_commits":57,"total_committers":2,"mean_commits":28.5,"dds":0.4035087719298246,"last_synced_commit":"7464a5b356888ecff9704d76b31a1d2e5b1c2780"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Frandom_number","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Frandom_number/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Frandom_number/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Frandom_number/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UltiRequiem","download_url":"https://codeload.github.com/UltiRequiem/random_number/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252840849,"owners_count":21812372,"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":["cli-tool","deno","javascript","random","random-number-generators","random-numbers","rest-api","typescript"],"created_at":"2024-10-03T17:32:31.377Z","updated_at":"2025-05-07T08:25:26.744Z","avatar_url":"https://github.com/UltiRequiem.png","language":"TypeScript","funding_links":["https://patreon.com/UltiRequiem"],"categories":[],"sub_categories":[],"readme":"# Random Number\n\n[![Code Coverage](https://codecov.io/gh/ultirequiem/random_number/branch/main/graph/badge.svg)](https://codecov.io/gh/ultirequiem/random_number)\n[![Deno Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/random_number/mod.ts)\n\nGet a random number.\n\n## Usage\n\n### [Deno 🦕](https://deno.land/x/random_number)\n\n```typescript\nimport { randomNumber } from \"https://deno.land/x/random_number/mod.ts\";\n\nrandomNumber(); //=\u003e 1 ... 100\nrandomNumber({ min: 10 }); //=\u003e 10 ... 100\nrandomNumber({ min: 235, max: 239 }); //=\u003e 235 ... 239\nrandomNumber({ integer: false }); //=\u003e 0 ... 0.9\n```\n\n### [Node.js 🐢](https://npmjs.com/package/@ultirequiem/random-number)\n\n```typescript\nimport { randomNumber } from \"@ultirequiem/random-number\";\n```\n\n### Browser\n\nYou can use any [CDN](https://en.wikipedia.org/wiki/Content_delivery_network) 🔥\n\nEg. [ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules)\n▶ [SkyPack](https://cdn.skypack.dev/@ultirequiem/random-number) _/_\n[script tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script) ▶\n[JSDelivr](https://cdn.jsdelivr.net/npm/@ultirequiem/random-number).\n\nThe API is the same on all this platforms.\n\n## Documentation\n\nIs hosted on\n[Deno Doc](https://doc.deno.land/https://deno.land/x/random_number/mod.ts) 📄\n\n## CLI\n\n### Install\n\n- **Deno 🎃**\n\n```sh\ndeno install https://deno.land/x/random_number/rnd.ts\n```\n\n- **Node.js 🐼**\n\n```sh\nnpm install -g @ultirequiem/random-number\n```\n\n### Usage\n\n```sh\nrnd --help\n```\n\n[A binary for multiple platforms is provided too!](https://github.com/UltiRequiem/random_number/releases/latest)\n\n## Support\n\nOpen an Issue, I will check it a soon as possible 👀\n\nIf you want to hurry me up a bit\n[send me a tweet](https://twitter.com/UltiRequiem) 😆\n\nConsider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like\nmy work 🚀\n\nDon't forget to star the repo ⭐\n\n## Versioning\n\nWe use [SemVer](http://semver.org) for versioning. For the versions available,\nsee the [tags](https://github.com/UltiRequiem/random_number/tags).\n\n## Authors\n\n[Eliaz Bobadilla (a.k.a UltiRequiem)](https://ultirequiem.com) - Creator and\nMaintainer 💪\n\nSee also the full list of\n[contributors](https://github.com/UltiRequiem/random_number/contributors) who\nparticipated in this project.\n\n## Licence\n\nLicensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Frandom_number","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultirequiem%2Frandom_number","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Frandom_number/lists"}