0.2.1 • Published 5 years ago

kyushu-haikunator v0.2.1

Weekly downloads
68
License
MIT
Repository
github
Last release
5 years ago

🗾 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

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago