Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 909 Bytes

readme.md

File metadata and controls

44 lines (24 loc) · 909 Bytes

Psyche

A 3D graph representation of a personality profile

Dependencies

Install

$ npm install psyche

Usage

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();

Credits

Initiated by Makis Tracend ( @tracend )

Distributed through K&D Interactive

Released under the Creative Commons BY-NC-ND license