0.0.2 • Published 5 years ago

psyche v0.0.2

Weekly downloads
10
License
CC-BY-NC-ND-4.0
Repository
github
Last release
5 years ago

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

0.0.2

5 years ago

0.0.1

9 years ago