Skip to content

Currency Converter , It takes the last update of values from an API than store it in a database each hour after that you can make the conversion from the values are stored as needed

Notifications You must be signed in to change notification settings

Smailancer/Currencer

Repository files navigation

Currency Converter

Currency Converter is a web application that allows you to convert between different currencies.

Pic from the Index page

Features

  • Convert between more than 170 currencies
  • Get hourly exchange rates from a reliable source

Installation

To install Currency Converter, follow these steps:

  1. Clone the repository:
git clone https://github.com/Smailancer/currencer.git
  1. Install the dependencies:
bundle install
  1. Set up the database:
rails db:create
rails db:migrate

Configuration

Currency Converter can be configured using the following environment variables:

  • CURRENCY_CONVERTER_API_KEY: The API key to use when making API requests to the currency exchange rate provider.

Usage

To use Currency Converter, visit the homepage at

http://localhost:3000.

About

Currency Converter , It takes the last update of values from an API than store it in a database each hour after that you can make the conversion from the values are stored as needed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published