A 3D graph representation of a personality profile
- Cloudvisio
- PN:OI API for realtime intellect updates
$ npm install psyche
To present a personality, a signature of it's main attributes is required. This signature can be created manually or ingested from an online source as a JSON data file. The schema of the JSON is as defined by PN:OI for a Pneuma construct.
const psyche = require('psyche');
var pneuma = {...};
// load attributes
psyche.load( pneuma );
...
// output
psyche.render();
Initiated by Makis Tracend ( @tracend )
Distributed through K&D Interactive
Released under the Creative Commons BY-NC-ND license