0.1.5 • Published 5 years ago

gunghap.js v0.1.5

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

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
0.1.5

5 years ago

0.1.4

6 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago