Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/icco/lunchmoney
- Owner: icco
- License: mit
- Created: 2021-01-22T15:57:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T00:18:29.000Z (over 1 year ago)
- Last Synced: 2024-08-04T02:10:20.805Z (3 months ago)
- Topics: api-client, finance, go, golang, hacktoberfest, money
- Language: Go
- Homepage:
- Size: 88.9 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.