Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pranavnt/seahawks-cli

CLI to track Seahawks scores. Built this to learn Go :D
https://github.com/pranavnt/seahawks-cli

command-line-tool go golang seahawks

Last synced: about 2 months ago
JSON representation

CLI to track Seahawks scores. Built this to learn Go :D

Awesome Lists containing this project

README

        

# 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)