Socket
Socket
Sign inDemoInstall

psy-adjective

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
6
increased by200%
Maintainers
1
Install size
61.9 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 04 Dec 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc