Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
CLI to track Seahawks scores. Built this to learn Go :D
- Host: GitHub
- URL: https://github.com/pranavnt/seahawks-cli
- Owner: pranavnt
- License: mit
- Created: 2020-11-02T06:10:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T05:52:01.000Z (about 4 years ago)
- Last Synced: 2024-05-13T00:10:19.299Z (8 months ago)
- Topics: command-line-tool, go, golang, seahawks
- Language: Go
- Homepage:
- Size: 13.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - seahawks-cli
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)