Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 732 Bytes

index.md

File metadata and controls

32 lines (22 loc) · 732 Bytes

Systemli Ticker

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

First run

  • 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!

Testing

go test ./...