https://github.com/brokeyourbike/currencyapi-api-client-go
Currencyapi API Client for Go
https://github.com/brokeyourbike/currencyapi-api-client-go
api currency-rates go golang hacktoberfest rest-api
Last synced: about 1 year ago
JSON representation
Currencyapi API Client for Go
- Host: GitHub
- URL: https://github.com/brokeyourbike/currencyapi-api-client-go
- Owner: brokeyourbike
- License: bsd-3-clause
- Created: 2023-10-22T10:35:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T02:09:06.000Z (over 2 years ago)
- Last Synced: 2025-06-01T15:51:31.799Z (about 1 year ago)
- Topics: api, currency-rates, go, golang, hacktoberfest, rest-api
- Language: Go
- Homepage: https://currencyapi.com/docs
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# currencyapi-api-client-go
[](https://pkg.go.dev/github.com/brokeyourbike/currencyapi-api-client-go)
[](https://goreportcard.com/report/github.com/brokeyourbike/currencyapi-api-client-go)
[](https://codeclimate.com/github/brokeyourbike/currencyapi-api-client-go/maintainability)
[](https://codeclimate.com/github/brokeyourbike/currencyapi-api-client-go/test_coverage)
Currencyapi API Client for Go
## Installation
```bash
go get github.com/brokeyourbike/currencyapi-api-client-go
```
## Usage
```go
client := currencyapi.NewClient("token")
resp, err := client.GetLatestRate(context.TODO(), "GBP", []string{"USD", "EUR"})
require.NoError(t, err)
require.NotNil(t, resp)
```
## Authors
- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)
## License
[BSD-3-Clause License](https://github.com/brokeyourbike/currencyapi-api-client-go/blob/main/LICENSE)