Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CmdrVasquess/watched
Go module to watch E:D journal directory
https://github.com/CmdrVasquess/watched
elite-dangerous elite-journal go
Last synced: about 2 months ago
JSON representation
Go module to watch E:D journal directory
- Host: GitHub
- URL: https://github.com/CmdrVasquess/watched
- Owner: CmdrVasquess
- License: agpl-3.0
- Created: 2018-05-31T12:21:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T19:37:14.000Z (7 months ago)
- Last Synced: 2024-08-03T23:28:58.355Z (5 months ago)
- Topics: elite-dangerous, elite-journal, go
- Language: Go
- Size: 286 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-golang-repositories - watched
README
# Watch Elite: Dangerous Journal Files
This is a Go library to watch Journal files of
[Elite: Dangerous](https://www.elitedangerous.com/). The
[commander's Journal](https://forums.frontier.co.uk/forums/elite-api-and-tools/)
is official way to hook player tools into E:D.This root package only defines some abstractions for event processing. This
gives developers the opportunity to build different processing strategies
for the events coming from ED.**Building**
Using `watched` as a library does not need anything special. Just
```
import "github.com/CmdrVasquess/watched"
```in your application.
If you want to build `edeh` and use it right in place, you have to build the
project. Want to get platform independent, instead of `make` try to use```
$ go run mk/mk.go
```