Skip to content

kat1248/go-plh

Repository files navigation

Signal Cartel's Little Helper

Purpose

This is a utility for Eve Online, it looks up a list of characters and presents threat data. I have been a user of Pirate's Little Helper for awhile and this is intended to replace that service for the Eve corporation, Signal Cartel.

Requirements

The server code is written in Go. The client side code is Javascript with DataTables. The information is pulled from CCP using the ESI interface and zkillboard using their API.

Imports

  1. go-cache
$ go get github.com/patrickmn/go-cache
  1. mergo
$ go get -u github.com/imdario/mergo
  1. logrus
 $ go get -u github.com/sirupsen/logrus

Running locally

Replace this with good stuff

Installing on a Linux Host

Use the startup.sh script then restart.sh

References

  1. ZKillboard API
  2. CCP ESI API
  3. Pirate's Little Helper
  4. Javascript DataTables