Skip to content

Rudzyansky/exchange-rate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The test assignment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages