Skip to content

NodeTogether/motivations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

motivations

you can do it!

usage

  1. install motivations and save it to your package.json:
npm install motivations --save
  1. require it in your application

    const motivations = require('motivations');
    
  2. now you have a variable motivations that points to an array of encouraging statements!

console.log(motivations[0]); // prints "don't worry. no one actually knows what they're doing."