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