Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 330 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 330 Bytes

seahawks-cli

CLI to track Seahawks scores. Built this to learn go.

Development Setup:

  1. git clone https://github.com/pranavnt/seahawks-cli.git && cd seahawks-cli
  2. go get github.com/joho/godotenv
  3. go build seahawks.go
  4. ./seahawks score

Technologies used

  • Golang (for everything)
  • GitHub actions (CI/CD)