Applet JS SDK
Applet JS SDK provides device's native features and functionalities with unified API for all supported platforms. This SDK is only usable inside of signageOS applets and allows you to create lightweight applets and deploy them on any device.
import sos from '@signageos/front-applet';
sos.onReady(async () => {
await sos.management.audio.setVolume(75);
});
Getting started
The Getting started page summarizes key concept of applet development and will guide you through creating your first applet.
Guides
In Guides section contains articles which describe how to use the SDK with explanation and examples.
API Reference
Our API reference offers a complete list of APIs in the SDK with a description what it does and what is possible with it.