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.
- Host: GitHub
- URL: https://github.com/rwehresmann/crypto_coins_converter
- Owner: rwehresmann
- License: mit
- Created: 2017-04-29T14:01:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T12:07:29.000Z (about 9 years ago)
- Last Synced: 2025-03-06T17:49:58.834Z (over 1 year ago)
- Topics: currency-converter, i18n, onebitecode, rails
- Language: CSS
- Homepage: https://crypto-coins-converter.herokuapp.com/
- Size: 3.67 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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").

## 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!