Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ccxt-rest/ccxt-rest-website

ccxt-rest's website source code
https://github.com/ccxt-rest/ccxt-rest-website

Last synced: about 1 month ago
JSON representation

ccxt-rest's website source code

Awesome Lists containing this project

README

        

# CCXT REST Website

[![Build Status](https://travis-ci.org/ccxt-rest/ccxt-rest.svg)](https://travis-ci.org/ccxt-rest/ccxt-rest-website)

[![Gitter](https://img.shields.io/gitter/room/ccxt-rest/community.svg)](https://gitter.im/ccxt-rest/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

[![Hire Us](https://img.shields.io/badge/Need%20a%20Feature%3F-Hire%20Us-green.svg)](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.