learn-a-word

1.0.1 • Public • Published

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
      =====================================================
    

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i learn-a-word

    Weekly Downloads

    1

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    500 kB

    Total Files

    4

    Last publish

    Collaborators

    • pruspike