iconomi-ag / iconomi-api

ICONOMI platform open api
4 stars 3 forks source link
iconomi-apis

Official documentation for the ICONOMI APIs

Unofficial ICONOMI APIs

Change log

Change log

Working on specification

Install

  1. Install Node JS
  2. Clone repo and run yarn install in the repo root

Usage

yarn start

Starts the development server.

yarn build

Bundles the spec and prepares web_deploy folder with static assets.

yarn test

Validates the spec.

yarn gh-pages

Deploys docs to GitHub Pages. You don't need to run it manually if you have Travis CI configured.