Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 615 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 615 Bytes

Documentation

Start the application from your directory:

docker-compose up

Then you can send GET requset

Example

http://127.0.0.2:5000/api/rates?from=USD&to=RUB&value=1

Result will be in JSON:

image

Get your API key

  1. Visit https://fixer.io/
  2. Click GET FREE API KEY

image

  1. Set your api key as environment variable

     set API_KEY = 'your_api_key_here'