valichek / secucard-connect-javascript-sdk

Javascript SDK for secuconnect API

Home Page:http://developer.secuconnect.com/doc/sdk/js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

secucard connect Javascript SDK

SDK for using the secuconnect API in browser and node.js environment.

Install

Node:

npm install secucard-connect

jspm:

jspm install secucard-connect=github:secucard/secucard-connect-javascript-sdk

Browserify standalone:

<!-- secucard-connect client -->
<script src="http://cdn.secucard.com/am/connect-browser/0.2.x/secucard-connect.js"></script>
<script src="http://cdn.secucard.com/am/connect-browser/0.2.x/secucard-connect.min.js"></script>

<!-- secucard-tokenizer -->
<script src="http://cdn.secucard.com/am/tokenizer/0.2.x/secucard-tokenizer.js"></script>
<script src="http://cdn.secucard.com/am/tokenizer/0.2.x/secucard-tokenizer.min.js"></script>

Usage

A general integration guide can be found here: http://developer.secuconnect.com/doc/guide

The Javascript specific guide is here: http://developer.secuconnect.com/doc/sdk/js/guide. From there you have access to other information material.

SDKs for other language can be found here: http://developer.secuconnect.com/doc/sdk

Change log

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE File file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Javascript SDK for secuconnect API

http://developer.secuconnect.com/doc/sdk/js

License:Other


Languages

Language:JavaScript 99.6%Language:HTML 0.4%