An open API service indexing awesome lists of open source software.

https://github.com/talatkuyuk/nodejs-express-api-exchange-rates

Android Bootcamp Turkey için geliştirilmiş olan mobil uygulamanın kullanması için geliştirilmiştir.
https://github.com/talatkuyuk/nodejs-express-api-exchange-rates

Last synced: 3 months ago
JSON representation

Android Bootcamp Turkey için geliştirilmiş olan mobil uygulamanın kullanması için geliştirilmiştir.

Awesome Lists containing this project

README

        

## Local'de çalıştırmak için

> $ node app.js

Buradaki herhangi bir API isteği www.currencyconverterapi.com sitesine ayrı ayrı üç istek göndermektedir. ww.currencyconverterapi.com sitesi ise toplamda bir saatte en fazla 100 istek kabul etmektedir. O yüzden kendi API key'inizi kullanmanızı istirham ederim.

## Desktop'ta api kullanımı (browser'da)

http://localhost:3000/USD
http://localhost:3000/TRY
http://localhost:3000/EUR
http://localhost:3000/GBP

## Android emulatörde api kullanımı (browser'da)

http://10.0.2.2:3000/USD
http://10.0.2.2:3000/TRY
http://10.0.2.2:3000/EUR
http://10.0.2.2:3000/GBP