JSPM

personality-reading

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q25772F
  • License ISC

Get your personality based on unique criteria

Package Exports

  • personality-reading

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (personality-reading) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Personality Reading

Purpose

To get basic understanding to yourself more, be more in control and productive person

Usage

npm i personality-reading

at your code:

var reading = require('personality-reading')

Reading based on your name:

reading.name('alexander')

// output in json:
{ Openness: '66',
  Conscientiousness: '88',
  Extraversion: '83',
  Aggreableness: '24',
  Neuroticism: '66' }

Reading based on your birthdate:

reading.birthdate('08/25/1985')

// output in json:
{ Openness: '44',
  Conscientiousness: '44',
  Extraversion: '42',
  Aggreableness: '51',
  Neuroticism: '47' }