Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ccxt-rest/ccxt-rest-website
- Owner: ccxt-rest
- Created: 2019-04-14T03:59:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:58:52.000Z (almost 2 years ago)
- Last Synced: 2024-09-03T16:01:01.979Z (4 months ago)
- Language: HTML
- Size: 45.5 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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.