Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 488 Bytes

File metadata and controls

9 lines (7 loc) · 488 Bytes

About the Trader Application

Trader is a CLI tool for running curl commands stored in shell files. Its main purpose is to execute trading orders through Coins.ph's API and store price information in a private dataset.

Usage

  1. To make a new module, create a new folder with mkdir <module's name>.
  2. Then run cd <module's name> to enter the folder.
  3. After that, run go mod init <module's name>.

Important note: Be sure to write your tests before writing any feature!