1.0.24 • Published 4 years ago

swingbot-licensee-sdk v1.0.24

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Swingbot Licensee SDK

The Swingbot Licensee SDK is a Javascript library that allows a Licensee to upload and process videos with Swingbot Automated Swing Analysis system.

To get an API Key for the system, please contact john@swingbot.com or visit http://www.swingbot.com for more details.

You can install this via the script tag in your HTML page, or via npm.

Installation via npm

npm install swingbot-licensee-sdk --save

Uploading a Video for Processing

import uploadVideo from 'swingbot-licensee-sdk';

uploadVideo(file, email, processType, licenseeCampaignId, apiKey)
  .then(result => console.log(result))
  .catch(err => console.log(e));

Get Results from a Video Processed

import getAnalysisById from 'swingbot-licensee-sdk';
  getAnalysisById(<id>)
    .then(results => {
      // do stuff with results.
    }.catch(e => e);
1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago