Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imloama/ccxt-server
ccxt server by nestjs and typeorm
https://github.com/imloama/ccxt-server
Last synced: about 2 months ago
JSON representation
ccxt server by nestjs and typeorm
- Host: GitHub
- URL: https://github.com/imloama/ccxt-server
- Owner: imloama
- License: mit
- Created: 2019-04-17T09:46:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T09:48:14.000Z (over 5 years ago)
- Last Synced: 2024-08-03T18:13:08.045Z (5 months ago)
- Language: TypeScript
- Size: 122 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccxt - imloama/ccxt-server - #typescript (API)
README
ccxt server
=============ccxt rest server supports by nestjs and typeorm
## dependencies
> nodejs >= 8
> yarn## install
```
yarn
```## run
```
yarn run start
```## run by proxy `http://127.0.0.1:1080`
```
yarn run dev:proxy
```## api by swagger
> http://127.0.01:3000/api## Thanks for
[ccxt-rest](https://github.com/franz-see/ccxt-rest)