Skip to content

Application displaying current price of gold and silver. Additionally displays exchange rates of popular currencies.

Notifications You must be signed in to change notification settings

Arachnacein/CurrencyApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

         CurrencyApp         


CurrencyApp is a simple application that displays the current price of gold and silver in PLN and $.
Additionally, it displays the exchange rate of the dollar, euro, British pound, and Norwegian krone converted to PLN.
The gold-silver ratio is helpful when exchanging silver for gold. The app calculates it and shows it.

CurrencyApp screenshot




        I used in my project goldapi.io API (www.goldapi.io). The query according to the documentation should contain the type of the method (GET), the url to the resource we want to receive and the header 'x-access-token', which is our secret api key. As on the picture below.



        In response we get JSON as below. Instead of creating a model according to it I used <dynamic> option during deserialization specifying ["price"] because only this property was needed .


About

Application displaying current price of gold and silver. Additionally displays exchange rates of popular currencies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages