/itslanguage-js

The JavaScript SDK for ITSLanguage.

Primary LanguageJavaScriptMIT LicenseMIT

ITSLanguage JavaScript SDK

Documentation

Read the GitHub Pages website

Installing

To add the ITSLanguage SDK to your project:

npm install itslanguage --save

Usage

Simply import itslanguage in your project. For example:

import { AdministrativeSDK } from 'itslanguage';

The ITSLanguage SDK will be included in your build. For example using webpack

For more usage examples, see the ITSLanguage JavaScript SDK Examples.