{"id":22289817,"url":"https://github.com/stchris/randoku","last_synced_at":"2025-10-19T01:05:48.664Z","repository":{"id":38317890,"uuid":"342960744","full_name":"stchris/randoku","owner":"stchris","description":"generates random numbers so you don't have to","archived":false,"fork":false,"pushed_at":"2024-11-20T18:41:04.000Z","size":222,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-20T19:36:11.445Z","etag":null,"topics":["api","axum","random","random-number-generators","rust","rust-lang","webapp"],"latest_commit_sha":null,"homepage":"https://randoku.shuttleapp.rs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stchris.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":"2021-02-27T21:20:38.000Z","updated_at":"2024-11-20T18:39:52.000Z","dependencies_parsed_at":"2024-11-20T19:29:00.641Z","dependency_job_id":"e5a45071-7a1b-4515-b706-cef653fb20c9","html_url":"https://github.com/stchris/randoku","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stchris%2Frandoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stchris%2Frandoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stchris%2Frandoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stchris%2Frandoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stchris","download_url":"https://codeload.github.com/stchris/randoku/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227962275,"owners_count":17847912,"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","axum","random","random-number-generators","rust","rust-lang","webapp"],"created_at":"2024-12-03T17:10:12.947Z","updated_at":"2025-10-19T01:05:43.593Z","avatar_url":"https://github.com/stchris.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# randoku\n\n[![Tests \u0026 Clippy](https://github.com/stchris/randoku/actions/workflows/test.yml/badge.svg)](https://github.com/stchris/randoku/actions/workflows/test.yml)\n\n\na service which generates random numbers so you don't have to\n\nSee it in action here: https://randoku.shuttleapp.rs\n\n### Usage\n\nThe index page at https://randoku.shuttleapp.rs shows an API overview page when called from a browser, but responds with a random number between 0 and 100 otherwise. This is based on a user-agent check. Numbers passed as parameters need to be between 0 and 18446744073709551615.\n\nRequest a random number between 0 and 100:\n```\n$ curl https://randoku.shuttleapp.rs/\n4\n```\n\nRequest a random number between 0 and a given number:\n```\n$ curl https://randoku.shuttleapp.rs/42\n4\n```\n\nRequest a random number between a given interval:\n```\n$ curl https://randoku.shuttleapp.rs/4/42\n42\n```\n\nShuffle a list of comma-separated items:\n```\n$ curl https://randoku.shuttleapp.rs/shuffle/apples,bananas,oranges\nbananas\noranges\napples\n```\n\n### Running locally\n\n```\n$ cargo shuttle run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstchris%2Frandoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstchris%2Frandoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstchris%2Frandoku/lists"}