An open API service indexing awesome lists of open source software.

https://github.com/rwehresmann/crypto_coins_converter

Simple app with the goal of convert crypto coins.
https://github.com/rwehresmann/crypto_coins_converter

currency-converter i18n onebitecode rails

Last synced: 3 months ago
JSON representation

Simple app with the goal of convert crypto coins.

Awesome Lists containing this project

README

          

# Crypto Coins Converter

App with the goal of provide an UI to convert crypto coins. From each coin selected is caught its Bitcoins value, using the following formula to determine the conversion amount: selected coin ("from") * quantity informed / target coin ("to").

![CurrencyExchange](https://github.com/rwehresmann/currency_converter/blob/master/app/assets/images/main_page.jpg?raw=true)

## Usage

Clone the repository with `git clone https://github.com/rwehresmann/currency_converter.git`. In the repository folder:

* Run `docker-compose build`
* Run `docker-compose rm --rm app rake db:create`
* Run `docker-compose rm --rm app rake db:migrate`
* Run `docker-compose up`

It's done! Just access your `http://localhost:3000`.

## Whant to contribute?

Just fork the project and send a pull request!