Skip to content

npm package to generate random compliments, spread positivity and happiness!

Notifications You must be signed in to change notification settings

gargeesuresh/cheer-me-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheer me up

An NPM npm package to generate random compliments, spread positivity and happiness! Click here to view this package on NPM registry. Check the homepage down here.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js.

Installation of package is done using the npm install command:

$ npm install --save cheer-me-up

Usage

  • Requiring the module
var myCompliment = require('cheer-me-up');
  • getCompliment() method returns a random Compliment to cheer you up!
var compliment = myCompliment.getCompliment();
console.log(compliment);

About

npm package to generate random compliments, spread positivity and happiness!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published