Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nugget/roadtrip-lubelogger-sync
Utilities and services to facilitate interoperation between Road Trip iOS app and LubeLogger
https://github.com/nugget/roadtrip-lubelogger-sync
automotive golang lubelogger roadtrip
Last synced: 3 days ago
JSON representation
Utilities and services to facilitate interoperation between Road Trip iOS app and LubeLogger
- Host: GitHub
- URL: https://github.com/nugget/roadtrip-lubelogger-sync
- Owner: nugget
- License: mit
- Created: 2024-12-09T16:51:32.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T19:28:01.000Z (29 days ago)
- Last Synced: 2025-01-19T10:47:32.942Z (8 days ago)
- Topics: automotive, golang, lubelogger, roadtrip
- Language: Go
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Go](https://github.com/nugget/roadtrip-lubelogger-sync/actions/workflows/go.yml/badge.svg)](https://github.com/nugget/roadtrip-lubelogger-sync/actions/workflows/go.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/nugget/roadtrip-lubelogger-sync)](https://goreportcard.com/report/github.com/nugget/roadtrip-lubelogger-sync)
# Road Trip MPG to LubeLogger Data Connector
This repo contains various tools and server code to automatically synchronize
your vehicle maintenance records between a LubeLogger installation and your
synched data files underlying the Road Trip MPG iOS app.## Links
### Road Trip MPG
Road Trip MPG is an iOS app written by Darren Stone.
* https://darrensoft.ca/roadtrip/
### LubeLogger
LubeLogger is an open-source, self-hosted vehicle maintenance tracker.
* https://lubelogger.com
### Related Go packages
* https://github.com/nugget/roadtrip-go
* https://github.com/nugget/lubelogger-go