Skip to content

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

Notifications You must be signed in to change notification settings

raphaelluchini/samsungstv-packager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Samsung SmartTv Packager (2013)

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%