1.0.4 • Published 5 years ago

cherrycola v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

CHERRYCOLA

A CLI for calculating Rate Of Return and Max Drawdown on stocks.

This exercise is not finished, but it accomplishes the basic tasks.

How to use it

You have two options

Install package globally

npm i -g cherrycola
cherrycola --ticker=AAPL --key=N1crrqowaGsJvQQEi44X --start=2016-01-04 --end=2016-01-04

Package runner

npx cherrycola --ticker=AAPL --key=N1crrqowaGsJvQQEi44X --start=2016-01-04 --end=2016-01-04

What needs to be done

  • Validate input.
  • Match the desired output.
  • Send report to notification service.
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago