NAME

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

VERSION

version 0.110

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.

DESCRIPTION

Grizzly will output the stock quote of the given symbol.

NAME

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

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.

AUTHOR

Nobunaga <nobunaga@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2022 by Nobunaga.

This is free software, licensed under:

The MIT (X11) License