https://github.com/lestoni/exchange-rate
https://github.com/lestoni/exchange-rate
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lestoni/exchange-rate
- Owner: lestoni
- Created: 2018-07-08T12:56:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T02:17:29.000Z (over 3 years ago)
- Last Synced: 2023-08-05T05:03:36.300Z (almost 3 years ago)
- Language: JavaScript
- Size: 499 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exchange Rate API.
Converts Currencies Using [ECB](https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html).
## Getting Started
To run without docker
`$ npm start`
To Run with Docker
`$ ./build.sh # build images and runs container`
To view API Documentation
Go to `localhost:8090`