Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Earthquake aggregator

A program used to subscribe to multiple earthquake event sources and pass them to our own webhook. Their source of information is represented by JSON message in a standard format.

Development

# run service and pass events to webhook
go run cmd/aggregator/*.go -webhook "http://localhost:3300"