Skip to content

limepillX/Currency_Flask-Docker_compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
    

About

Simple API using Flask + Docker compose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published