Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.2 KB

SignageOS Flyo Example

A very basic SignageOS Applet which reads the data from Flyo SigangeOS Integration and display them as slides. More generic informations on dev.flyo.cloud/integrations/signageos.

In order to release/deploy the SignageOS Applet see Applet Upload

Develop

  • Install depencies npm install, ensure to run the commands in the Setup sections afterwards.
  • Start local development server: npm start
  • visit in your browser http://localhost:8090/

Setup (Once)

This step must be done once after cloning (setting up) your signageos applet repository.

  • Ensure you have an active https://box.signageos.io account!
  • npm install @signageos/cli -g now the sos is gloabally available
  • sos login
  • sos organization set-default

Links