https://github.com/gagliardetto/messari-challenge
https://github.com/gagliardetto/messari-challenge
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gagliardetto/messari-challenge
- Owner: gagliardetto
- Created: 2022-03-01T20:24:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T20:40:43.000Z (over 3 years ago)
- Last Synced: 2024-12-28T21:22:53.845Z (10 months ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
# Build
```bash
go build -o aggregator.bin
```or
```bash
make build
```# Usage
```bash
stdoutinator | aggregator.bin
```You can also run `make simulate`