symphony-integration-commons
Version:
Common components for 3rd party developers build the user facing application for Symphony Integrations.
27 lines (17 loc) • 1.45 kB
Markdown
[](https://symphonyoss.atlassian.net/wiki/display/FM/Incubating) [](https://travis-ci.org/symphonyoss/App-Integrations-FE-Commons) [](https://github.com/semantic-release/semantic-release)
# Integrations Front-End Commons Documentation
This document provides a brief overview of Integration Front-End Commons components and how to build and publish them.
# Overview
Integration FE Commons provides the common components required to build a configurator application for Symphony Platform integrations, such as room search, webhook creation, webhook editing etc.
# Installation instructions for the Javasctipt developer
### What you’ll build
You’ll build a simple Javascript library that provides some useful services to build new configurator apps for integrations.
### What you’ll need
* Nodejs 6.10
* NPM node-license-validator
* NPM semantic-release
### Build with NPM
To start from scratch, do the following:
1. Clone the source repository using Git: `git clone git@github.com:symphonyoss/App-Integrations-FE-Commons.git`
2. cd into _App-Integrations-FE-Commons_
3. Build using npm: `npm install`