Alonso-del-Arte/toy-examples

CurrencyConverter from the ground up

Open

#2 opened on Oct 1, 2019

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Java (7 forks)auto 404
hacktoberfesthelp wanted

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

Right now CurrencyConverter.convert() is just a stub to give a result that is almost always completely wrong. The whole thing needs to be built from the ground up. Choose a publicly available API to obtain current exchange rates, and maybe a different API to test against (a variance of up to 10 cents is acceptable).

If you take up this issue, don't change CurrencyConverterTest. You may create a separate test class, and if I accept your pull request I will make a new Hacktoberfest issue to merge your tests into CurrencyConverterTest.

Contributor guide