ryannel / StockCollector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StockCollector

Development Setup

Setting up Environment

  • Clone the project git clone https://github.com/ryannel/StockCollector.git
  • download golang 1.13 or greater and install with defaults
  • Ensure that golang exists on your PATH by executing go version from the terminal
    • If this does not work you will need to add the bin directory to your path. On windows the default is: C:\Go\bin

Building the project

Execute the following commands in your terminal from the project root directory:

  • Command line interface tool: go build -o stockCollectorCli.exe ./1-inbound/cli/main.go

Under Development

Alpha Vantage Integration:

Not currently implemented by Default

About

License:MIT License


Languages

Language:Go 100.0%