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

https://github.com/stackbit/artisanal-names

Friendly names generator
https://github.com/stackbit/artisanal-names

Last synced: 9 months ago
JSON representation

Friendly names generator

Awesome Lists containing this project

README

          

# artisanal-names

A name generator using hand-picked nouns and adjectives.

## Installation

```shell
npm install @stackbit/artisanal-names
```

## Usage

```javascript
const nameGenerator = require('@stackbit/artisanal-names');
nameGenerator.generate();
```

## Examples

```shell
> nameGenerator.generate()
'cool-panda'

> nameGenerator.generate()
'majestic-bee'

> nameGenerator.generate()
'enthusiastic-tomato'
```