# hololive nickname generator

![npm](https://img.shields.io/npm/v/hololive-nick-gen)

This is a small package that generates a random user nickname for you, based on the members of the [hololive](https://hololive.tv) VTuber group.

## Installation

```bash
npm install hololive-nick-gen
```

## Usage

```js
const { generateNickname } = require('hololive-nick-gen');
console.log(generateNickname());
```
