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.