Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🦁 CLI app and NPM library that calculates the personality from the birthday; since 2020.2

License

NotificationsYou must be signed in to change notification settings

kurone-kito/dantalion

Repository files navigation

npm versionlerna

“Dantalion” is the seventy-first demon in the demonological grimoire,the Lesser Key of Solomon. He teaches all kinds of academic knowledge, but he can also read and manipulate others’ hearts.

If you can predict the other person’s character, you can increase the possibility of controlling the other person’s will. This app provides a function that calculates the personality details from the specified birthday. Its calculation includes the method ofFour Pillars of Destiny (Ba-Zi).

The app can specify a birthday within the range from February 1, 1873, to December 31, 2050.

Note

  • OS independent and the core library part is dependent free.
  • This package does not consider time zones. If you are not satisfied withthe calculated personality, moving the date back and forth may solve.

Usage

Require: Node.js >= v12.1

For those who want to use this app with CLI

npm install -g @kurone-kito/dantalion-clidantalion personality 1993-10-09dantalion detail 555

For those who want to embed this library in your node.js app

npm install --save @kurone-kito/dantalion-core
import{getDetail,getPersonality}from'@kurone-kito/dantalion-core';// const { getDetail, getPersonality } = require('@kurone-kito/dantalion-core');console.log(getPersonality('1993-10-09'));console.log(getDetail('555'));

See the wiki for more details.

License

MIT


[8]ページ先頭

©2009-2025 Movatter.jp