/lcw-api-docs

Live Coin Watch API Docs

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Live Coin Watch API Docs

Getting Started with the API

  1. Just open up the API playground, and
  2. Follow through the docs that are generated by this repository.

That's it.

You don't need to read anything in this README further than this point unless you would like to help with docs themselves.

Getting Started with the Docs

These docs are generated by node-slate, which is a port of the wonderful slate.

Prerequisites

You're going to need:

  • Node.js

Getting Set Up

  1. Clone this repository to your hard drive with git clone https://github.com/LiveCoinWatch/lcw-api-docs.git
  2. cd lcw-api-docs
  3. Initialize and start Slate:
npm install
npm run build
npm start

You can now see the docs at http://localhost:4567. Whoa! That was fast!

Commands

Compile documentation to static site in ./build:

npm run build

Run a dev server that live-reloads at http://localhost:4567:

npm start

Publish your docs to origin/gh-pages branch:

npm run deploy

Gulp Task

Slate API documentation generation is available as Gulp task with the gulp-node-slate plugin.