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

https://github.com/junekelly/cute-id

Cute, random IDs in Racket, in adjective-adjective-animal form.
https://github.com/junekelly/cute-id

Last synced: 3 months ago
JSON representation

Cute, random IDs in Racket, in adjective-adjective-animal form.

Awesome Lists containing this project

README

          

cute-id
=======

Cute, Random IDs in Racket, in adjective-adjective-animal form, such as
`"Abaft-Blondish-Ocelot"`.

Adjectives and Animals borrowed from https://github.com/moparisthebest/adjective-adjective-animal.

# Example

``` racket
(require cute-id)
(println (cute-id))
;; => Abaft-Blondish-Ocelot
```

## Install

``` sh
$ raco pkg install
```

## Test

``` sh
$ raco test main.rkt
```

## Generate from Command Line

``` sh
$ racket main.rkt
# => Unilateral-Delayed-Moa
```