项目作者: Collinsboss18

项目描述 :
Node/Express API where I interact with the Exchange Rate API service
高级语言: JavaScript
项目地址: git://github.com/Collinsboss18/currency-rates-api.git
创建时间: 2021-01-29T12:10:45Z
项目社区:https://github.com/Collinsboss18/currency-rates-api

开源协议:

下载


Currency Rate API

Technologies

Route /api/rates

Queries: 1. Base - The home currency rates to be quoted against (e.g. CZK);

Queries: 2. Currency - The specific exchange rates (e.g. EUR,GBP,USD).

Response

On Success
  • Result - Result containing result info
    • Base - The requested home rate
    • Date - Current date
    • Rates - Object of requested currency
On Error
  • Error - Object containing error info
    • API - API name
    • URL - Url
    • Message - Error message