Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/icco/lunchmoney

Go API wrapper for Lunch Money API
https://github.com/icco/lunchmoney

api-client finance go golang hacktoberfest money

Last synced: about 1 month ago
JSON representation

Go API wrapper for Lunch Money API

Awesome Lists containing this project

README

        

# lunchmoney

[![GoDoc](https://godoc.org/github.com/icco/lunchmoney?status.svg)](https://godoc.org/github.com/icco/lunchmoney)
[![Go Report Card](https://goreportcard.com/badge/github.com/icco/lunchmoney)](https://goreportcard.com/report/github.com/icco/lunchmoney)
[![Build Status](https://travis-ci.com/icco/lunchmoney.svg?branch=main)](https://travis-ci.com/icco/lunchmoney)

Golang API wrapper for Lunch Money API

To use this API, you need to create an API token by following the directions at [developers.lunchmoney.app](https://developers.lunchmoney.app/).

## Notes

- We currently only support read only requests. We'd love a PR to add support for write though!
- We currently only support Go 1.14 and greater.