1.0.2 • Published 3 years ago

@shah-a/atla-quotes v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

BEW2.1 Assignment 5: Node Module Challenge

npm (scoped) npm

ATLA Quote Bot

Description

A simple node module that returns random quotes from various Avatar: The Last Airbender scenes.

Installation

Local installation to any node project:

$ npm install @shah-a/atla-quotes --save

Usage

Simply require the package at the top of your index.js file and call the getQuote() method.

Example:

const atla = require('@shah-a/atla-quotes');
const quote = atla.getQuote();
console.log(quote);

That's it! 😃

Quotes List

Here's a list of all the possible quotes the module can return:

Aang

Katara

Sokka

Uncle Iroh

The Cabbage Merchant