Skip to content

Web service that uses rapidapi.com to convert money amounts between currencies.

Notifications You must be signed in to change notification settings

AlexanderShelyugov/Convertio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convertio

Web service that uses Currency Converter from rapidapi.com to convert money amounts between currencies.

Note, that this project is fully tested! 😉

Deploy to Heroku Tests Health-Heroku

Table of contents

Usage

Visit documentation page to look at possible endpoints.

All supported currencies are listed here.

Check ones that you need and call /conversions/{from}/{to}/{amount}.

You can also use available actuators.

Build

Maven

mvn clean package

Docker

docker build -t convertio .

Run

Execute Jar

java -jar convertio-main/target/convertio.jar

Run Docker container

docker run --rm -p 8080:8080 convertio

About

Web service that uses rapidapi.com to convert money amounts between currencies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published