Skip to content

A Restful API that displays current BTCZ exchange rates

Notifications You must be signed in to change notification settings

bitcoinz-wallets/btcz-rates-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btcz-rates-api

A Restful API that displays current BTCZ 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 btcz/btcz-rates-api .

Then run the docker image with command:

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

About

A Restful API that displays current BTCZ exchange rates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •