1.0.2 • Published 2 years ago

aot-quotes-api v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Attack On Titans CLI

Get a random quote from Attack on Titan in your terminal!

This project is based on the Aot API.

Requirements

Install

npm install -g aot-quotes-cli

Usage

$ aot-quotes --help

  Get a random quote from Attack on Titan in your terminal!

  Usage
      $ aot-quotes [options]

  Options
      --number    Set number of quotes returned (default: 1)

  Examples
          $ aot-quotes
        When people are faced with a situation they don’t understand, it’s easy for fear to take hold.

        $ aot-quotes --number 3
        To surpass monsters, you must be willing to abandon your humanity.
        The only thing we’re allowed to do is believe that we won’t regret the choice we made.
        You don’t stand a single chance to win unless you fight.

Just type in your terminal:

aot-quotes

You can display more than one quote with --number parameter:

aot-quotes --number 5

Have fun ;)