Keep track of the Jamaican currency and see how it how it stacks up to the 4 major foreign currencies (USD
, CAD
, EUR
, GBP
).
- Live updating conversion table
- Hourly fetching for current rates
- Shows both buying and selling rates for cash and check
- Mini Graph with the rate of the currency over a period of six months
- More mobile friendly and simplify the design
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request