Skip to content

8marz8/astrochart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

astrochart

AstroChart

Core astrological chart functionalities


A NodeJs package that provide core functionality for including astrological charts in projects. It is based on swiss ephemerides.

List of features

  • Basic,
  • Transits,
  • Synastry,
  • Combined,
  • Davison,
  • CombinedTransits,
  • DavisonTransits

Code Demo

(async () => {
    let p = await Person.create('Milan', new Date('1986-01-06 01:15'), 'Negotin, Serbia');
    let c = ChartFactory.create(p);
    console.log(c.aspects);
})();

Download & Installation

$ npm i astrochart 

Contributing

Keep it simple. Keep it minimal. Don't put every single feature just because you can.

Authors or Acknowledgments

License

This project is licensed under the MIT License

About

Astrology Chart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.6%
  • JavaScript 1.4%