/sc-api-tutorial

Primary LanguageHTMLMIT LicenseMIT

sc-api-tutorial

This project is a tutorial contains instruction on how to call the APIs of sociocortex, and descriptions of the architecture, classes and data types. It is built with Asciidoctor (http://asciidoctor.org/) which requires Ruby. It is written in Ruby, packaged as a RubyGem.

Install with Bundler

  $ gem install bundler
  $ bundle

Install Asciidoctor without Bundler

  $ gem install asciidoctor

Compile adoc-file to html

  $ asciidoctor main.adoc