Skip to content

TintypeMolly/gunghap.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gunghap.js

궁합 계산용 nodejs 라이브러리

예제 사진: 박근혜와 트럼프 애정도 94%!

Example:

import gunghap from "gunghap.js"
for (const step of gunghap("박근혜", "트럼프")) {
    console.log(step);
}
# [ '박', '트', '근', '럼', '혜', '프' ]
# [ 8, 5, 5, 11, 7, 5 ]
# [ 3, 0, 6, 8, 2 ]
# [ 3, 6, 4, 0 ]
# [ 9, 0, 4 ]
# [ 9, 4 ]
# 94

About

궁합 계산용 nodejs 라이브러리

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors