Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Chinese Astrology API

A lightweight Node.js + Express service for computing BaZi (Four Pillars of Destiny) and Ziwei Dou Shu (Purple Star Astrology) charts.
Built with the iztro engine and deployable on Render.

🌠 Features

  • Converts birth date/time into BaZi (Heavenly Stems + Earthly Branches)
  • Generates full Ziwei Dou Shu chart with palaces, stars, and brightness levels
  • Returns clean, structured JSON for easy AI interpretation
  • Designed for integration with Custom GPT Actions (like Astrology Bob)

🚀 Example Endpoint

POST /api/chinese_chart

Request

{
  "year": 1991,
  "month": 1,
  "day": 3,
  "hour": 14,
  "minute": 30,
  "gender": "female"
}

About

A Node.js + Express microservice that calculates Chinese astrology charts — including BaZi (Four Pillars of Destiny) and Ziwei Dou Shu (Purple Star Astrology) — using the open-source iztro engine. Designed to integrate with Custom GPTs like Astrology Bob for generating deep, archetypal interpretations of wealth, career, relationships, and health.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages