1.0.24 • Published 5 years ago

swingbot-licensee-sdk v1.0.24

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago