Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 602 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 602 Bytes

Currency fluctuations service

The task: link

Environment variables:

Name Description
OER_TOKEN Open Exchange Rates App ID
GIPHY_TOKEN Giphy Api Key

Docker

./gradlew bootBuildImage --imageName=fluctuations
docker run --env-file ./env.list -p 9000:9000 -t fluctuations
# env.list
OER_TOKEN=...
GIPHY_TOKEN=...

Usage

GET /v1/gifs/currency-fluctuations/{currency}

List of currencies: https://docs.openexchangerates.org/docs/supported-currencies