https://github.com/redco/go-exchange
https://github.com/redco/go-exchange
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redco/go-exchange
- Owner: redco
- Created: 2019-02-23T20:55:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T10:53:15.000Z (about 6 years ago)
- Last Synced: 2025-02-14T19:22:08.725Z (4 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-exchange
[](https://circleci.com/gh/redco/go-exchange)
[](https://codecov.io/gh/redco/go-exchange)
[](https://godoc.org/github.com/redco/go-exchange)
[](https://goreportcard.com/report/github.com/redco/go-exchange)This service keeps exchange rates from [CryptoCompare.com](https://cryptocompare.com).
It refreshes it periodically and serve it as JSON REST API.
The service allows to specify `base` currency and other currencies which rates need to be kept.## Run
```bash
go run main.go --base USD -- GBP EUR CAD RUB CHF BTC ETH ETC
```