https://github.com/webosose/samples
sample codes in OSE site.
https://github.com/webosose/samples
Last synced: 4 months ago
JSON representation
sample codes in OSE site.
- Host: GitHub
- URL: https://github.com/webosose/samples
- Owner: webosose
- Created: 2020-06-10T06:49:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T09:59:21.000Z (over 1 year ago)
- Last Synced: 2025-03-27T10:39:05.040Z (over 1 year ago)
- Language: JavaScript
- Size: 65.6 MB
- Stars: 30
- Watchers: 7
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/Apache-2.0.txt
Awesome Lists containing this project
README
# samples
This repository contains code samples that will help you get started with app/service development for webOS Open Source Edition (OSE).
## Requirements
webOS OSE 2.5.0 or higher
## Organization
The directories include code samples for [tutorials](https://www.webosose.org/docs/tutorials/) on webOS OSE website.
Samples for the following app/service types are provided:
* Web apps
* Built-in web app
* JS services
* Built-in JS service
* QML apps
* Built-in QML app
* Native apps
* Downloadable native app
* Built-in native app
* Native services
* Downloadable native service
* Built-in native service
**Note:** All built-in type apps and services include `build-config` directory. Each of the files under this directory must be copied to another location below `build-webos` directory as described in the tutorials.
**Note:** The code for the following app/service types is generated by webOS OSE [CLI tool](https://www.webosose.org/docs/tools/sdk/cli/cli-user-guide/), so it's not provided in this repository.
* Downloadable web app
* Downloadable JS service
* Downloadable QML app
## How to Use the Samples
### Clone the Repository
Clone the repository and `cd` into the cloned directory.
```bash
$ git clone https://github.com/webosose/samples.git
$ cd samples
```
### Follow the Tutorial
Visit the corresponding tutorial page for your app/service type and follow the documentation.
## Copyright and License Information
Unless otherwise specified, all content, including all source code files and documentation files in this repository are:
Copyright (c) 2020-2024 LG Electronics, Inc.
All content, including all source code files and documentation files in this repository except otherwise noted are:
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
SPDX-License-Identifier: Apache-2.0