kyushu-haikunator
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

🗾 Kyushu Haikunator

Generate Heroku-like random names to use in your applications.
Random names will be select from location names of Kyushu Japan.

powered by HaikunatorJS

import KyushuHaikunator from 'kyushu-haikunator'
 
const kh = new KyushuHaikunator()
 
// default usage
kh.haikunate()
'romantic-saga-1992'
 
// custom length (default=4)
kh.haikunate({tokenLength: 6})
'gentle-moji-012345'
 
// use hex instead of numbers
kh.haikunate({tokenHex: true})
'dark-tenjin-ff13'

see also HaikunatorJS

Dependencies (1)

Dev Dependencies (22)

Package Sidebar

Install

npm i kyushu-haikunator

Weekly Downloads

37

Version

0.2.1

License

MIT

Unpacked Size

20.5 kB

Total Files

4

Last publish

Collaborators

  • dojineko