New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

psy-adjective

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

psy-adjective

This module determines adjectives and images for a VIP result. Install To install this module with npm, please run the following command: npm install --save psy-adjective Usage const adj = requir

  • 1.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created

This module determines adjectives and images for a VIP result.

Install

To install this module with npm, please run the following command:
     npm install --save psy-adjective
 

Usage

    const adj = require('psy-adjective');
 

This module points on images located at https://service.psyfiers.ch/resources/adjectives/images/<key>.jpg where <key> is the adjective key.

Objects used by this module

Adjective
    {
        key: <number> The adjective id (unique),
        value: <String> The adjective itself,
        weight: <number> The adjectives weight,
        shaping: <String> The adjective shaping (st, nt, sf, nf),
        count: <number> Internal, reserved
    }
Image
    {
        key: <number> The adjective id (unique),
        url: <String> The image url,
        count: <number> Internal, reserved
    }

© 2019 by PSYfiers AG

This program is the property of PSYfiers AG,
Sumpfstrasse 5
CH-6312 Steinhausen
All Rights Reserved

FAQs

Package last updated on 04 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts