{"id":22753589,"url":"https://github.com/starryinternet/threewords","last_synced_at":"2025-07-11T05:04:44.326Z","repository":{"id":70566363,"uuid":"99371035","full_name":"StarryInternet/threewords","owner":"StarryInternet","description":null,"archived":false,"fork":false,"pushed_at":"2017-08-05T01:12:29.000Z","size":23,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-29T05:46:36.617Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/StarryInternet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-08-04T18:45:47.000Z","updated_at":"2021-06-02T07:25:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac9eab39-4c9e-4c7b-a921-d7e66b20c5b1","html_url":"https://github.com/StarryInternet/threewords","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"df965d56e21e82572d596318a21df5d6fa637509"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StarryInternet/threewords","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Fthreewords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Fthreewords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Fthreewords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Fthreewords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StarryInternet","download_url":"https://codeload.github.com/StarryInternet/threewords/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Fthreewords/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264734734,"owners_count":23655725,"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":[],"created_at":"2024-12-11T06:11:50.136Z","updated_at":"2025-07-11T05:04:44.307Z","avatar_url":"https://github.com/StarryInternet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"threewords\n===\n\n[![Build Status](https://travis-ci.org/StarryInternet/threewords.svg?branch=master)](https://travis-ci.org/StarryInternet/threewords)\n\nGenerate deterministic, human-readable names for things.\n\n### Installing\n\n```\nnpm install --save threewords\n```\n\n### Usage\n\n#### Generate from string:\n\n```js\nconst threewords = require('threewords');\n\n// stable and deterministic (same result every time)\nthreewords('foo@bar.com'); // defeated-ridiculous-family\nthreewords('foo@bar.com'); // defeated-ridiculous-family\n```\n\n#### Generate random:\n\n```js\nconst threewords = require('threewords');\n\n// totally random\nthreewords.random(); // obeisant-voiceless-unit\nthreewords.random(); // grand-verbal-collaborator\n```\n\n#### CLI from string:\n\n```\nthreewords foo@bar.com\n# defeated-ridiculous-family\n```\n\n#### CLI random\n\n```\nthreewords\n# obeisant-voiceless-unit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarryinternet%2Fthreewords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarryinternet%2Fthreewords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarryinternet%2Fthreewords/lists"}