npm.io
2.7.0 • Published 9 years ago

itslanguage

Licence
MIT
Version
2.7.0
Deps
6
Vulns
1
Weekly
0
Stars
1

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.