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.
- To make a new module, create a new folder with
mkdir <module's name>. - Then run
cd <module's name>to enter the folder. - After that, run
go mod init <module's name>.
Important note: Be sure to write your tests before writing any feature!