Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 450 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 450 Bytes

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."