funname
v1.0.1
Published
Generates fun names
Downloads
4
Readme
Generates a random adjective and noun pair for a random seed from Princeton WordNet
Install
npm install funname
Usage
const funname = require('funname')
let name = await funname.generate('my reproducible seed')
console.log(name) // "slim trichina"
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator