Service to distribute short messages in support of events, demonstrations, or other time-sensitive events.
This repository contains the API and storage for the Systemli Ticker Project.
!!! note "Requirements"
The project is written in Go. You should be familiar with the structure and organisation of the code. If not, there are
some [good guides](https://golang.org/doc/code.html).
- make sure you have pulled the repository
git clone [email protected]:systemli/ticker.git
- start the ticker
cp config.yml.dist config.yml
go run .
Now you have a running ticker API!
go test ./...