Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 663 Bytes

File metadata and controls

22 lines (16 loc) · 663 Bytes

Stacker

A CLI tool to interact with the API for the Stack Mastercard at getstack.ca

Installation

$ nimble install https://github.com/ynfle/stacker

Usage

Requires 3 API keys to be ENV variables

  1. STACK_PIN_API_KEY
  2. STACK_TEMP_API_KEY
  3. STACK_X_API_KEY

These can be found by inspecting the request on the "Actiivty" page of the stack website (once logged in) with the request you?startDate...

$ stacker

By default, transactions.json is save to the OSes native cache directory under stacker/transactions.json (See getCacheDir)