An open API service indexing awesome lists of open source software.

https://github.com/jjideenschmiede/gotradebyte

Our little library for tradebyte.
https://github.com/jjideenschmiede/gotradebyte

golang-library tradebyte

Last synced: 11 months ago
JSON representation

Our little library for tradebyte.

Awesome Lists containing this project

README

          

# Library for Tradebyte

[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/jjideenschmiede/gotradebyte.svg)](https://golang.org/) [![Go](https://github.com/jjideenschmiede/gotradebyte/actions/workflows/go.yml/badge.svg)](https://github.com/jjideenschmiede/gotradebyte/actions/workflows/go.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/jjideenschmiede/gotradebyte)](https://goreportcard.com/report/github.com/jjideenschmiede/gotradebyte) [![Go Doc](https://godoc.org/github.com/jjideenschmiede/gotradebyte?status.svg)](https://pkg.go.dev/github.com/jjideenschmiede/gotradebyte) ![Lines of code](https://img.shields.io/tokei/lines/github/jjideenschmiede/gotradebyte) [![Developed with <3](https://img.shields.io/badge/Developed%20with-%3C3-19ABFF)](https://jj-dev.de/)

Here you can find a small library for Tradebyte. Since we currently work with the filesystem of Tradebyte, we have no direct functions defined here, but only structs for the standardized reading of the files.

## Install

```console
go get github.com/jjideenschmiede/gotradebyte
```