Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 316 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 316 Bytes

enye-backend

Installation

  • Download repository and run"npm install"

Usage

  • Append to the root url "api/rates" , the base currency, and the quote currencies you want to convert. I.e /api/rates?base=CZK&currency=EUR,GBP,USD
  • Run a get request to fetch the currency exchange rates from CZK to EUR,GBP,USD.