Socket
Socket
Sign inDemoInstall

@screencloud/apps-sdk

Package Overview
Dependencies
0
Maintainers
52
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @screencloud/apps-sdk

Vanilla JavaScript SDK for building ScreenCloud apps


Version published
Weekly downloads
9
decreased by-30.77%
Maintainers
52
Install size
29.2 kB
Created
Weekly downloads
 

Readme

Source

ScreenCloud Apps SDK

Develop your own apps for ScreenCloud.

Documentation and sample code published here: https://screencloud.github.io/developer/

Quickstart

npm install @screencloud/apps-sdk

or

yarn add @screencloud/apps-sdk

Then in your app:

import { connectScreenCloud } from "@screencloud/apps-sdk";

const sc = await connectScreenCloud();
const appConfig = sc.getConfig();

For more, check out the Getting Started guide

Keywords

FAQs

Last updated on 10 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc