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.
- Host: GitHub
- URL: https://github.com/talatkuyuk/nodejs-express-api-exchange-rates
- Owner: talatkuyuk
- Created: 2021-05-10T17:02:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T19:40:49.000Z (5 months ago)
- Last Synced: 2025-01-25T20:24:55.430Z (5 months ago)
- Language: JavaScript
- Homepage: https://android-bootcamp-exchange-rate.herokuapp.com
- Size: 592 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readME.md
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