api-actions-js

Converts Cloud Comm API JSON Actions to CCML.

Usage no npm install needed!

<script type="module">
  import apiActionsJs from 'https://cdn.skypack.dev/api-actions-js';
</script>

README

Build Status Coverage Status

Shoutpoint's Cloud Communications API JSON Actions Compiler

Overview

This library compiles JSON Actions into CCML.

Usage

const ccml = new CCMLBuilder(jsonActions).build();