1.1.0 • Published 4 years ago

fengshui-logo v1.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Fengshui for Logo is a calculator to get the meaning from the name.

###Install

npm i fengshu-logo --save

###Usage

const calculateFengshui = require('fengshui-logo');
const nameToCalculate = 'fengshui';
let result = calculateFengshui(nameToCalculate);
// The result is in Array, so get the first index
result = result[0] || null;

###Result

{
   "NO":44,
   "TITLE":"PUSING",
   "IS_GOOD":0,
   "DETAIL":"Usaha tidak lancar, sering menghadapi masalah yang merugikan. Banyak konflik dan terjadi perpecahan, segalanya tidak bisa berjalan sesuai keinginan. Angka ini tidak cocok untuk bisnis."
}

###Purchase the Book You can purchase the book here

1.1.0

4 years ago

1.0.0

4 years ago