GitXplorerGitXplorer
i

samsung-smartTV-packager

public
40 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
dd850271d6bd7417cb516728e23fee98195d8d5d

Merge pull request #6 from raphaelluchini/master

iimgntn committed 10 years ago
Unverified
6e7dd2eab90b9eb4f304f3d0b18b39dea2ed463d

fixing getNetworkIp() returning undefined

rraphaelluchini committed 10 years ago
Unverified
f6c3e7dd596c17eab040066e341ff96108c3c658

Update README.md

iimgntn committed 10 years ago
Unverified
14d835350d083052031a2bf6bcaeb600bd982b18

Update README.md

iimgntn committed 10 years ago
Unverified
6b61a71e733b7b9d31479d3a265f68b0d3a4facc

Merge pull request #5 from raphaelluchini/master

iimgntn committed 10 years ago
Unverified
44b4af560d5cb16c7eecb92ce02663dcc79fbcae

changing version

rraphaelluchini committed 10 years ago

README

The README file for this repository.

#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.