{"id":16458859,"url":"https://github.com/jackmcdade/synthwave-generator","last_synced_at":"2025-03-21T05:30:57.852Z","repository":{"id":39430807,"uuid":"201575208","full_name":"jackmcdade/synthwave-generator","owner":"jackmcdade","description":"Generate Synthwave band names. For science.","archived":false,"fork":false,"pushed_at":"2023-01-04T06:51:08.000Z","size":3087,"stargazers_count":24,"open_issues_count":25,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T03:41:22.528Z","etag":null,"topics":["generator","laravel","retro","synthwave","tailwind-css"],"latest_commit_sha":null,"homepage":"https://synthwavegenerator.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackmcdade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-10T03:41:52.000Z","updated_at":"2022-08-03T21:32:31.000Z","dependencies_parsed_at":"2023-02-02T02:00:43.604Z","dependency_job_id":null,"html_url":"https://github.com/jackmcdade/synthwave-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackmcdade%2Fsynthwave-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackmcdade%2Fsynthwave-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackmcdade%2Fsynthwave-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackmcdade%2Fsynthwave-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackmcdade","download_url":"https://codeload.github.com/jackmcdade/synthwave-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244117526,"owners_count":20400742,"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":["generator","laravel","retro","synthwave","tailwind-css"],"created_at":"2024-10-11T10:46:42.129Z","updated_at":"2025-03-21T05:30:57.541Z","avatar_url":"https://github.com/jackmcdade.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Synthwave Name Generator\n\n## How it works\n\nAll the magic happens in `app/NameGenerator.php`. Additional nouns can be added to the `$nouns` array. You can add some modifiers to a noun to ensure it's first, last, doesn't end up next to existing names (like \"Arcade High\", for example), has a specific separator, and so on.\n\n**Explanation of all the possible modifiers on a noun:**\n\n``` php\n$nouns = [\n    [\n        'word' =\u003e 'Streets of', // The noun\n        'prefix' =\u003e true, // True to ensure it's the first word in the name\n        'suffix' =\u003e false, // True to ensure it's the last word in the name\n        'not' =\u003e 'Rage', // Add other nouns you want to ensure is *not* next to. Can be an array or string.\n        'plural' =\u003e false, // False to prevent the word from being pluralized\n        'seperator' =\u003e ' ', // Force a specific seperator between words\n    ],\n]\n```\n\n**The name is generated by a series of dice rolls:**\n\n1. There is always at least one noun, but if the roll succeeds there may be a second word.\n2. If there are two words, they may be mashed together as a portmanteau or separated with a space or string provided by the first noun.\n3. The whole word might be pluralized.\n4. And finally there may be a year slapped on the end.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackmcdade%2Fsynthwave-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackmcdade%2Fsynthwave-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackmcdade%2Fsynthwave-generator/lists"}