Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coti-io/price-service
https://github.com/coti-io/price-service
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/coti-io/price-service
- Owner: coti-io
- License: gpl-3.0
- Created: 2022-08-18T15:05:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T17:29:47.000Z (6 months ago)
- Last Synced: 2024-05-08T19:42:28.439Z (6 months ago)
- Language: TypeScript
- Size: 771 KB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod