{"id":19130029,"url":"https://github.com/akaizn-junior/randi","last_synced_at":"2026-06-12T23:32:03.156Z","repository":{"id":44051009,"uuid":"218205017","full_name":"akaizn-junior/randi","owner":"akaizn-junior","description":"Random Names Generator","archived":false,"fork":false,"pushed_at":"2023-01-07T11:13:48.000Z","size":497,"stargazers_count":0,"open_issues_count":17,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-12T23:03:28.879Z","etag":null,"topics":["generator","names","random"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akaizn-junior.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":"2019-10-29T04:35:50.000Z","updated_at":"2022-02-24T20:30:15.000Z","dependencies_parsed_at":"2023-02-07T00:33:35.860Z","dependency_job_id":null,"html_url":"https://github.com/akaizn-junior/randi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akaizn-junior/randi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaizn-junior%2Frandi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaizn-junior%2Frandi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaizn-junior%2Frandi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaizn-junior%2Frandi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akaizn-junior","download_url":"https://codeload.github.com/akaizn-junior/randi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaizn-junior%2Frandi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34266915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":["generator","names","random"],"created_at":"2024-11-09T06:09:20.133Z","updated_at":"2026-06-12T23:32:03.129Z","avatar_url":"https://github.com/akaizn-junior.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Randi\n\n## Random Names Generator\n\nUses a list of nouns and adjectives to create a random name.\n\n## Description\n\nRandom Names can be used as placeholder names or actual names for content.\nThe data creates interesting names by simply smooshing random nouns and adjectives together.\nAny offensive or inapropriate combinations are not intentional and may be removed.\n\n## Install\n\n```npm i @verdebydesign/randi```\n\n## Usage\n\n### Browser\n\n```js\n\u003cscript src=\"randi.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    const randomName = randi('_');\n    // ex: a_random_name\n\u003c/script\u003e\n```\n\n### CommonJS\n\n```js\nconst randi = require('randi');\nconst randomTitle = randi('-');\n\n// ex: a-random-title\n```\n\n### CLI\n\n```shell\nrandi --sep '-'\n# ex: title-random\n```\n\n## CLI Options\n\n### Synopsis\n\nrandi [-h] [-s=separator]\n\n### Quick use\n\n```shell\nrandi\n# ex: random name\n```\n\n|Options||\n|--|--|\n| -s, --sep| Provide a separator for the generated string other than space|\n| -h, --help| Show help |\n\n## Shout outs\n\nTo the creator of this Gist were most of the data is from\n\u003chttps://gist.github.com/ijmacdowell/8325491\u003e\n\n## License\n\nISC License [ISC](https://opensource.org/licenses/ISC)\n\n## Author\n\n\u0026copy; 2019 Verdexdesign\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakaizn-junior%2Frandi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakaizn-junior%2Frandi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakaizn-junior%2Frandi/lists"}