https://github.com/jacksonrakena/mixer
Simple foreign exchange rate caching multiplexer
https://github.com/jacksonrakena/mixer
Last synced: 10 months ago
JSON representation
Simple foreign exchange rate caching multiplexer
- Host: GitHub
- URL: https://github.com/jacksonrakena/mixer
- Owner: jacksonrakena
- Created: 2025-01-21T09:11:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T10:12:33.000Z (12 months ago)
- Last Synced: 2025-03-19T09:43:32.327Z (10 months ago)
- Language: Kotlin
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mixer
A simple caching service that redirects requests to a specific upstream foreign exchange rate provider.
### Build
```
./gradlew bootBuildImage
```
### Configuration
Run with `OANDA_TOKEN` environment variable set to your Oanda API token.
### License
© 2025 Jackson Rakena, MIT License