NAME

Grizzly - A command-line interface for looking up stock quote.

DESCRIPTION

Grizzly will output the stock quote of the given symbol.

SYNOPSIS

grizzly [options]

    Options:

        news [stock symbol]
        quote [stock symbol]
        help
        version

Options

news - Displays the stock news of a given symbol.

quote - Displays the stock quote of a given symbol.

help - Displays a help message on how to use Grizzly.

version - Displays Grizzly's version number.

Setup

Installation

Through cpanm

cpanm Grizzly

Through the Project Directory

cpanm --installdeps .
perl Makefile.PL
make
make install

API Key

You will need to get a free API key from NewsAPI. Afterwards you will need to set the NEWS_API_KEY environment variable to the API key.