Skip to content

🗾 Haikunate with location names of Kyushu Japan.

Notifications You must be signed in to change notification settings

dojineko/kyushu-haikunator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗾 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

About

🗾 Haikunate with location names of Kyushu Japan.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published