1.0.45 • Published 2 months ago

skeddly-sdk v1.0.45

Weekly downloads
4
License
MIT
Repository
github
Last release
2 months ago

Skeddly SDK for JavaScript

NPM

Build status

The official Skeddly SDK for JavaScript, available for Node.js backends.

Installing

In Node.js

The preferred way to install the Skeddly SDK for Node.js is to use the npm package manager for Node.js. Simply type the following into a terminal window:

npm install skeddly-sdk

Usage and Getting Started

In Node.js

In your JavaScript file, require the library:

// import the Skeddly SDK
var Skeddly = require('skeddly-sdk');

then create your Skeddly client:

var client = Skeddly.createClient({
    accessKeyId: 'sk_12345678901234567890123456789012'
});
1.0.45

2 months ago

1.0.42

4 months ago

1.0.39

6 months ago

1.0.38

6 months ago

1.0.37

6 months ago

1.0.35

6 months ago

1.0.28

1 year ago

1.0.33

1 year ago

1.0.32

1 year ago

1.0.30

1 year ago

1.0.26

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.34

1 year ago

1.0.23

3 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.13

5 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

0.1.0

6 years ago