Describe about your content creators in 3 words. Just 3 words.
- Find your content creator here. Can't see yours? You can add yours to the list and your some 3-word-descriptions stuff as an PR.
- Click your content creator and you'll presented the web editor. At the last line, add your some 3-words-descriptions stuff stuff. Remember, one entry PER line.
- Create a new pull request. Don't worry, we'll link your entries to your PR once we're merged it.
Install the package with npm i @recaptime/three-word-descriptions
. For Yarn users, use yarn add @recaptime/three-word-descriptions
instead.
To require an file through an constant: Require the package first, then call an submodule.
const ThreeWordDescriptors = require('@recaptime/three-word-descriptions');
console.log(ThreeWordDescriptors.gildedguy);
// Also we can try this:
const ShockThreapist = require('@recaptime/three-word-descriptions').oxob;
console.log(ShockThreapist);
To directly require an JSON file: Require BOTH the package name and path-to-file.
const describeBogIn3Words = require('@recaptime/three-word-descriptions/src/huyns-dojo/bog.json');
console.log(describeBogIn3Words);
MIT License