2.2.1 • Published 6 months ago

sparkcloud-sdk v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

SparkCloud SDK

The SparkCloud SDK is used to create cloud functions to be run on SparkCloud.

Installation

Run the following command to install the SDK:

$ npm install sparkcloud-sdk

Usage

import * as functions from 'sparkcloud-sdk';

export const helloWorld = functions.https.onCall((data, context) => {
  return { message: `Hello, ${data.name}!` };
});

License

All files in this repository are licensed under the MIT license. For more information, see the LICENSE file in the sparkcloud-sdk root directory.

2.2.1

6 months ago

2.2.0

6 months ago

2.1.1

6 months ago

2.1.0

6 months ago

2.0.0

7 months ago

1.3.1

8 months ago

1.3.0

8 months ago

1.2.2

8 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

9 months ago

1.0.0

9 months ago