An open API service indexing awesome lists of open source software.

https://github.com/ceejbot/cat-names


https://github.com/ceejbot/cat-names

Last synced: about 1 year ago
JSON representation

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).