Skip to content

sailfish-os-apps/harbour-nayttamo

 
 

Repository files navigation

Näyttämö

Native YLE Areena for Sailfish OS

features

  • view currently playing programs
  • search
  • show categories
  • show programs by categories

development

Näyttämö expects YLE API credentials (APP_ID, APP_KEY & DECRYPT_KEY) to be found from .env file in project root.

qmake is reading the credentials from file & passing them to C++ as DEFINES and after that they are made available for the QML application as context properties. The format of DECRYPT_KEY is hexadecimal number e.g. 0x1234567890abcdef.

APP_ID=\"APP_ID\"
APP_KEY=\"APP_KEY\"
DECRYPT_KEY=DECRYPT_KEY

About

Native YLE Areena for Sailfish OS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • QML 48.5%
  • JavaScript 36.2%
  • C++ 12.1%
  • QMake 3.2%