Skip to content

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.

Notifications You must be signed in to change notification settings

Frostzeichen/trader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published