Skip to content

flyocloud/signageos-js-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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