0.1.0 • Published 7 months ago
cloudshard-sdk v0.1.0
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
7 months ago