Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 498 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 498 Bytes

logo

Price service

github-url: https://github.com/cotitech-io/price-service/issues

Description

The price service is a monitor for price of coti & eth.
in addition the service has an api to get price by given date from multiple sources.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod