Giter Site home page Giter Site logo

kurone-kito / dantalion Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 6.37 MB

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

Home Page: https://kurone-kito.github.io/dantalion/

License: MIT License

TypeScript 95.73% JavaScript 4.06% Shell 0.05% CSS 0.16%
lerna-monorepo fortune npm-package cli-app nodejs-app birthday bazi chinese-astrology ziweidoshu self-assessment monorepo-example zodiac-algorithm divination

dantalion's Introduction

🦁 Dantalion: Birthday fortune app

npm version lerna

“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 of Four 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 with the 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-cli
dantalion personality 1993-10-09
dantalion 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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.