learn-a-word

Learn a new word from a list of 5000+ English words.

Learn a Word!

Boost your vocabulary by learning a new English word from a list of 5000+ words.

Installation

  • Install the Learn a Word package for Node.js

      npm install learn-a-word
    
  • Print a new word while starting up your program (or any other time)

      const learnAWord = require('learn-a-word');
      
      // Print a new word 
      learnAWord.printWord();
    
  • Output

      ================== WORD OF THE DAY ==================
      insatiable
      not easily satisfied; unquenchable
      =====================================================