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