Skip to content

tomxelliott/stocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stocks

Stock Tracker written in Go.

For personal use but could easily be utilised by anyone who wants to track their own portfolio. Simply amend the stocks list to suit.

I want to develop a basic front end for this and have the API be called every minute to ensure data is refreshed regularly.

To build image:

$ CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main .
$ docker build -t stocks -f Dockerfile .

Then to run:

$ docker run -it stocks

About

Stock Tracker written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages