Skip to content

londonbarrett/cherrycola

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published