Skip to content

The Currency Converter is the easiest way to simulate how much you will spend in your next trip.

License

Notifications You must be signed in to change notification settings

andreteodoro/currency_converter

Repository files navigation

Currency Converter

The Currency Converter is the easiest way to simulate how much you will spend in your next trip. The currency conversion between two currencies is made using the Fixer API.

Demo

Currency Converter

Getting Started

This instructions will give you a copy of the project on your local machine for development and testing.

Installing

Using Docker

git clone https://github.com/luiswitz/currency_converter.git
cd currency_converter
docker-compose up --build

Localhost

git clone https://github.com/andreteodoro/currency_converter.git
cd currency_converter
bundle install
rails s

Testing

Using Docker

docker-compose run --rm website rspec

Localhost

rspec

About

The Currency Converter is the easiest way to simulate how much you will spend in your next trip.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages