{"id":18702949,"url":"https://github.com/dre1080/name_case","last_synced_at":"2025-04-12T08:53:02.178Z","repository":{"id":62429988,"uuid":"414955279","full_name":"dre1080/name_case","owner":"dre1080","description":"Correctly case a person's name","archived":false,"fork":false,"pushed_at":"2022-03-01T02:14:59.000Z","size":16,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T01:33:09.274Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/dre1080.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":"2021-10-08T11:11:35.000Z","updated_at":"2022-02-28T18:40:58.000Z","dependencies_parsed_at":"2022-11-01T20:05:15.096Z","dependency_job_id":null,"html_url":"https://github.com/dre1080/name_case","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/dre1080%2Fname_case","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dre1080%2Fname_case/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dre1080%2Fname_case/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dre1080%2Fname_case/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dre1080","download_url":"https://codeload.github.com/dre1080/name_case/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248163884,"owners_count":21058042,"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-11-07T11:47:45.092Z","updated_at":"2025-04-12T08:53:02.156Z","avatar_url":"https://github.com/dre1080.png","language":"Elixir","readme":"# NameCase\n\n![CI](https://github.com/dre1080/name_case/actions/workflows/ci.yml/badge.svg)\n\nCorrectly case a person's name. This is good for converting denormalized data to human friendly data.\n\n## Installation\n\nAdd `name_case` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:name_case, \"~\u003e 0.3.0\"}\n  ]\nend\n```\n\n## Usage\n\n```elixir\niex(1)\u003e NameCase.nc(\"LOUIS XIV\")\n\"Louis XIV\"\n\niex(2)\u003e NameCase.nc(\"O'CALLAGHAN\")\n\"O'Callaghan\"\n\niex(3)\u003e NameCase.nc(\"MCDONALDS\")\n\"McDonalds\"\n\niex(4)\u003e NameCase.nc(\"LEIGH-WILLIAMS\")\n\"Leigh-Williams\"\n\niex(5)\u003e NameCase.nc(\"ST. JOHN\")\n\"St. John\"\n\niex(6)\u003e NameCase.nc(\"VIRGIL VAN DYKE\")\n\"Virgil van Dyke\"\n\niex(7)\u003e NameCase.nc(\"JJ ABRAMS\")\n\"JJ Abrams\"\n```\n\n## Acknowledgements\n\nThis is an Elixir port of the [Perl](https://github.com/barbie/lingua-en-namecase), [Ruby](https://github.com/tenderlove/namecase) and [PHP](https://github.com/tamtamchik/namecase) version.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdre1080%2Fname_case","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdre1080%2Fname_case","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdre1080%2Fname_case/lists"}