- Just open up the API playground, and
- 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.
These docs are generated by node-slate, which is a port of the wonderful slate.
You're going to need:
- Node.js
- Clone this repository to your hard drive with
git clone https://github.com/LiveCoinWatch/lcw-api-docs.git
cd lcw-api-docs
- 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!
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
Slate API documentation generation is available as Gulp task with the gulp-node-slate plugin.