https://github.com/ceejbot/cat-names
https://github.com/ceejbot/cat-names
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ceejbot/cat-names
- Owner: ceejbot
- License: other
- Created: 2021-10-15T02:45:24.000Z (over 4 years ago)
- Default Branch: latest
- Last Pushed: 2021-10-15T03:14:50.000Z (over 4 years ago)
- Last Synced: 2025-06-11T07:16:27.168Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cat-names
Do you need random cat names, perhaps to respond to ping endpoints in your otherwise drab, dull services? You could use [Culture ship names](https://github.com/ceejbot/gsv-culture-ships), or you could use adorable cat names!
## Usage
```rust
let catname = cat_names::name();
println!("Congratulations! Your new kitten is named {}.", catname);
```
`cargo run --example kitten` to name your new kitten.
## See also
https://github.com/sindresorhus/cat-names
and
https://github.com/rgbkrk/adjectives
## LICENSE
[Blue Oak Model License](https://blueoakcouncil.org/license/1.0.0); text in [LICENSE.md](./LICENSE.md).