Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/indiependente/go-stock

A stock price viewer written in Go.
https://github.com/indiependente/go-stock

cli golang stock-prices

Last synced: 5 days ago
JSON representation

A stock price viewer written in Go.

Awesome Lists containing this project

README

        

[![Go Report Card](https://goreportcard.com/badge/github.com/indiependente/go-stock)](https://goreportcard.com/report/github.com/indiependente/go-stock)
# go-stock
A stock price viewer written in Go.

## Install
`go install github.com/indiependente/go-stock/cmd/go-stock`

## Usage
```bash
usage: go-stock []

Flags:
--help Show context-sensitive help (also try --help-long
and --help-man).
-c, --config="config.yml" Configuration file location

Args:
Stock symbol
```