How to Build a tvOS Application for Apple TV Tutorial
TL;DR: Tutorial on building a “Hello World” tvOS application for Apple TV using Javascript and Apple’s Markup language.
Apple recently announced the new AppleTV will be launching with an operating system called tvOS, and it will include an app store!
This will will allow developers to build tvOS apps using Javascript, TVML (Apple’s templating language), and Swift.
The best part? You don’t need to know Swift in order to build an app for the tvOS.
Using Javascript to handle the application logic and Apple’s very own TVML templating language for UI will let you build robust front-end applications in no time.
Continue reading on Jose Casanova’s Blog.