0.1.0 • Published 10 months ago

cloudshard-sdk v0.1.0

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

CloudShard SDK

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

Installation

Run the following command to install the SDK:

$ npm install cloudshard-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 cloudshard-sdk root directory.

0.1.0

10 months ago