marcus-campos / cora

CORA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CORA

Waffle.io - Columns and their card count

CircleCI

CORA is a platform to easy to create and manage workflows ecosystem to chatbot.

Structure

├── .circleci
├── .github
├── packages
├── docs
├── .gitignore
├── lerna.json
├── package.json
└── README.md

Projects

This repository includes Web SDK from CORA project. That projects are inside packages folder.

CORA repository are to working with monorepo convention. Each project work alone.

├── packages
│   ├── cora-widget
│   └── sdk-web

cdn-widget

  Project to generate script to embed chatbot in a web application.

sdk-web

  Project to generate a chatbot web.

Installation

Select a project inside packages and execute these commands below:

$ npm install
$ npm start

Documentations

SDK Web - Widget to add CORA to an HTML page

About

CORA

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 94.7%Language:HTML 2.8%Language:CSS 2.6%