{"id":26517193,"url":"https://github.com/fraction/guess-who","last_synced_at":"2025-03-21T08:19:01.217Z","repository":{"id":19428642,"uuid":"22671392","full_name":"fraction/guess-who","owner":"fraction","description":"Extract names from usernames and email addresses with Node.js.","archived":false,"fork":false,"pushed_at":"2015-11-07T03:15:35.000Z","size":942,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-09T06:09:48.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fraction.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":"2014-08-06T05:55:39.000Z","updated_at":"2023-09-28T10:25:39.000Z","dependencies_parsed_at":"2022-09-26T22:11:24.433Z","dependency_job_id":null,"html_url":"https://github.com/fraction/guess-who","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraction%2Fguess-who","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraction%2Fguess-who/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraction%2Fguess-who/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraction%2Fguess-who/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fraction","download_url":"https://codeload.github.com/fraction/guess-who/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244759953,"owners_count":20505716,"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":"2025-03-21T08:19:00.624Z","updated_at":"2025-03-21T08:19:01.208Z","avatar_url":"https://github.com/fraction.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guess Who\n\nExtract names from usernames and email addresses with Node.js.\n\n## Installation\n\nTo add this to your existing project, install this as an NPM module.\n\n```sh\nnpm install guess-who\n```\n\nOtherwise, clone the repo, install dependencies, and run the example.\n\n```sh\ngit clone https://github.com/fraction/guess-who.git \u0026\u0026 cd guess-who\nnpm install\nnode examples/name-from-email\n```\n\n## Usage\n\nAfter you've installed `guess-who`, require it and use it!\n\n```js\ngw = require('guess-who');\n\ngw('johndoe', function (username, name) {\n  console.log('\"' + username + '\" is actually \"' + name.join(' ') + '\"');\n  // \"johndoe\" is actually \"john doe\"\n});\n```\n\nTake a look at the examples directory to see what else can be done.\n\n## Support\n\nPlease [open an issue](https://github.com/fraction/guess-who/issues/new) for questions and concerns.\n\n## Contributing\n\nFork the project, commit your changes, and [open a pull request](https://github.com/fraction/guess-who/compare/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraction%2Fguess-who","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffraction%2Fguess-who","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraction%2Fguess-who/lists"}