{"id":30387516,"url":"https://github.com/gifflet/tizen-user-app-demo","last_synced_at":"2026-05-19T07:02:28.696Z","repository":{"id":305780834,"uuid":"931635565","full_name":"gifflet/tizen-user-app-demo","owner":"gifflet","description":"A sample app for user login integration on Samsung Smart TVs for testing purposes.","archived":false,"fork":false,"pushed_at":"2025-02-12T15:57:51.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-29T11:48:39.071Z","etag":null,"topics":["appium","node","testing","tizen","user-login","web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gifflet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-12T15:57:27.000Z","updated_at":"2025-02-12T15:59:45.000Z","dependencies_parsed_at":"2025-07-22T01:59:13.791Z","dependency_job_id":"47602bd9-3b44-40f7-a32c-4bf8922b30aa","html_url":"https://github.com/gifflet/tizen-user-app-demo","commit_stats":null,"previous_names":["gifflet/tizen-user-app-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gifflet/tizen-user-app-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gifflet%2Ftizen-user-app-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gifflet%2Ftizen-user-app-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gifflet%2Ftizen-user-app-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gifflet%2Ftizen-user-app-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gifflet","download_url":"https://codeload.github.com/gifflet/tizen-user-app-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gifflet%2Ftizen-user-app-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281361348,"owners_count":26487881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appium","node","testing","tizen","user-login","web"],"created_at":"2025-08-21T05:12:33.102Z","updated_at":"2025-10-28T00:04:10.409Z","avatar_url":"https://github.com/gifflet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tizen User App Demo 🚀\n\n## Description\nA sample app for user login on Samsung Smart TVs. This application demonstrates how to handle user authentication and display in-app messages.\n\n## Prerequisites 📋\n- Node.js (v12 or higher)\n- npm (Node Package Manager)\n- Tizen SDK (Download from [Tizen Developer](https://developer.tizen.org/development/tizen-studio/download))\n\n## Installation ⚙️\n\n1. Clone the repository:\n   ```shell\n   git clone https://github.com/gifflet/tizen-user-app-demo.git\n   cd tizen-user-app-demo\n   ```\n\n2. Download the web SDK using `npm`:\n   ```shell\n   npm install\n   ```\n\n3. Copy the files into your Tizen Studio workspace.\n\n## Building, Packaging, and Installing the Application on TV 📦\n\n**Note:** You must have the Tizen SDK installed to execute the following commands.\n\nTo build, package, and install the application on your Samsung Smart TV without using Tizen Studio, follow these steps:\n\n1. Build the application:\n   ```shell\n   tizen build-web\n   ```\n\n2. Package the application:\n   ```shell\n   tizen package -s certificate_profile -t wgt -- .buildResult\n   ```\n   - **-s certificate_profile**: Specifies the profile to use for signing the package (replace `certificate_profile` with your actual profile name).\n   - **-t wgt**: Specifies the target package type (WGT for web applications).\n   - **-- .buildResult**: Indicates the directory containing the build results.\n\n3. Install the application on the TV:\n   ```shell\n   tizen install -n .buildResult/TizenLoginDemo.wgt -s 192.168.0.14:26101\n   ```\n   - **-n .buildResult/TizenLoginDemo.wgt**: Specifies the path to the WGT file to install.\n   - **-s 192.168.0.14:26101**: Specifies the target device's IP address and port (replace with your TV's actual IP address).\n\n## Running the Application Locally 🌐\n\nTo run the application locally, use the following command:\n```shell\nnpm start\n```\nThis will start a local server and open the application in your default web browser.\n\n## Running in Tizen Studio 🖥️\n\n1. Open Tizen Studio.\n2. In the `Run` menu, choose the `Tizen Web Simulator Application (Samsung TV)` option under `Run As`.\n3. This will run the sample app in the simulator.\n\n## Contributing 🤝\nContributions are welcome! Please feel free to submit a pull request or open an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgifflet%2Ftizen-user-app-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgifflet%2Ftizen-user-app-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgifflet%2Ftizen-user-app-demo/lists"}