Skip to content

alexwebgr/fx_converter

Repository files navigation

FX Converter

Purpose

This is a demo app that showcases some interesting features

  • Encrypted credentials with plain ruby
  • Integrating an external service
  • A CLI wizard with autocomplete filtering
  • Mocking web requests with webmock

demo asciinema

Installation

In order to install and run locally you will need ruby installed locally with

ruby app/main.rb

or with docker installed

docker build -t fx_converter .
docker run -it fx_converter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published