https://github.com/dmnd/nekonames
Generate short but unambiguous names for a group of people
https://github.com/dmnd/nekonames
Last synced: 6 months ago
JSON representation
Generate short but unambiguous names for a group of people
- Host: GitHub
- URL: https://github.com/dmnd/nekonames
- Owner: dmnd
- Created: 2022-01-04T07:43:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T01:35:24.000Z (over 1 year ago)
- Last Synced: 2025-10-04T22:28:44.127Z (10 months ago)
- Language: JavaScript
- Size: 84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nekonames
Maps an array of unique full names to more compact but still unambiguous names. E.g:
```js
> Object.values(nekonames([
"George Michael",
"George Orwell",
"George Martin",
"George Raymond Richard Martin",
]))
[
"George Michael",
"George O.",
"George Martin",
"George R. R. M.",
]
```
See tests for more examples.
Module name etymology: nickname → nekename → nekoname 🐈