gunghap.js

0.1.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i gunghap.js

Weekly Downloads

1

Version

0.1.5

License

MIT

Unpacked Size

164 kB

Total Files

9

Last publish

Collaborators

  • tintypemolly