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

https://github.com/jmsv/cuteid

cute id generator
https://github.com/jmsv/cuteid

Last synced: 9 months ago
JSON representation

cute id generator

Awesome Lists containing this project

README

          

# cuteid
cute id generator

[![Build Status](https://travis-ci.org/jmsv/cuteid.svg?branch=master)](https://travis-ci.org/jmsv/cuteid)

## Usage

```js
const cuteid = require('cuteid').generate

const id = cuteid()
console.log('id:', id) // id: tiny-lizards (or something)
```

## Contributing

Pls PR with more cute [adjectives](https://github.com/jmsv/cuteid/blob/master/src/adjectives.ts) and [nouns](https://github.com/jmsv/cuteid/blob/master/src/nouns.ts) ✨

## Changelog

### `0.2.0`

- [#1](https://github.com/jmsv/cuteid/pull/1) - [bahorn](https://github.com/bahorn) added a load of words

### `0.1.0`

Initial version