An open-source project using Vue.js
that renders South-Indian style horoscope chart and tables for the Krishnamurthi Paddhati system.
This project is a companion to the VedicAstro as it uses the FastAPI call from
the VedicAstro
library to get the positions, aspects and significators of the planets and houses.
Encouraging forks and contributions (pull requests) to develop this project further
NOTE: Please get this VedicAstro python API running, by following the installation steps Git Repo.
After cloning this git repo, cd astrovue
and then
Install the required dependencies for the main astrovue
app.
npm install
Start the astrovue
app and associated charts_db_server.js
expressJS server in the current terminal
npm run start
npm run build
npm run lint