Skip to content

A Restful API that displays current ZEL exchange rates

Notifications You must be signed in to change notification settings

TheTrunk/zel-rates-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zel-rates-api

A Restful API that displays current ZEL exchange Rates

Requirements

Requires node version 6.0 and above

Installation

Install npm dependencies with command:

npm install

Usage

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

To build the docker image run with command:

docker build -t zel/zel-rates-api .

Then run the docker image with command:

docker run -d --restart always -p 3333:3333 --name zel-rates-api zel/zel-rates-api

About

A Restful API that displays current ZEL exchange rates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%