psyche

0.0.2 • Public • Published

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

/psyche/

    Package Sidebar

    Install

    npm i psyche

    Weekly Downloads

    3

    Version

    0.0.2

    License

    CC-BY-NC-ND-4.0

    Unpacked Size

    1.68 kB

    Total Files

    4

    Last publish

    Collaborators

    • kdi