ccxt-rest
Version:
Open Source Unified REST API of 100+ Crypto Exchange Sites
25 lines (17 loc) • 759 B
Markdown
# CCXT REST Website
[](https://travis-ci.org/ccxt-rest/ccxt-rest-website)
[](https://gitter.im/ccxt-rest/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[](https://adroit.ph/ccxt-rest-contact-us/)
This contains the website source code of ccxt-rest.io (source copied from https://github.com/lord/slate)
## To Run Locally
```
cd website
npm start
```
## To Build
```
cd website
npm run build
```
## Note(s)
* `./website/static/api.html` was generated from the [ccxt-rest](https://github.com/ccxt-rest/ccxt-rest) project.