Skip to content

Provides a dataset with Genekey Keywords, which are triplicity correspondences to each of the I Ching Hexagrams (Shadow - Gift - Siddhi)

License

Notifications You must be signed in to change notification settings

adamblvck/genekeys-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

genekeys-dataset

Provides a dataset with Genekey Keywords, which are triplicity correspondences to each of the I Ching Hexagrams (Shadow - Gift - Siddhi)

Usage

import Genekeys from '../genekeys-dataset/genekeys';

// Get Shadow, Gift, Siddhi from 26th Hexagram
const ix = 26;
const { shadow, gift, siddhi } = Genekeys.find(x => x.hex === ix);
console.log(shadow, gift, siddhi);

About

Provides a dataset with Genekey Keywords, which are triplicity correspondences to each of the I Ching Hexagrams (Shadow - Gift - Siddhi)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published