All Projects → imgntn → samsung-smartTV-packager

imgntn / samsung-smartTV-packager

Licence: other
node.js app (OS X) that packages and serves Samsung SmartTV apps without the Samsung SDK.

Programming Languages

javascript
184084 projects - #8 most used programming language

#Samsung SmartTv Packager (2013) @imgntn & @raphaelluchini

This script will let you package a folder containing a html5 app and a run a webserver, without touching the samsung SDK.

##Getting Started

npm install

Runing as a Cli

sudo node cli folderToArchive

Runing as a node package

var samsungPackager = module('samsungstv-packager');
samsungPackager.run('your/app/folder');

The app will be served at localhost:80, just boot up your TV, point it at the correct IP address and sync your app.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].