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

https://github.com/pindlebot/namist


https://github.com/pindlebot/namist

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## namist

This is a fork of [@rstacruz/startup-name-generator](https://github.com/rstacruz/startup-name-generator).

> Let's name your silly startup

Generates cliché (but nice-sounding) names for your startup.

```js
const name = require('namist')

name('cloud')
//=> ['Cloudary', 'Purecloud', 'Cloudlayer', 'Echocloud', 'Cloudspan',
// 'Cloudloop', 'Activecloud', 'Cloudspark', 'Cloudable', 'Clouder', ...]
```