A Service that supplies rates and market conversion for ZelCore assets to other currencies
Requires node version 10.0 and above
Install npm dependencies with command:
npm install
Start the service with command:
npm start
After the service has been started, you should be able to browse to it on port 3333. Example: http://localhost:3333/rates
docker run -e API_KEY=yourApiKey -p 4444:3333 zelcash/rates-api