nativescript-open-youtube
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

NativeScript Open Youtube

Installation

From the command prompt go to your app's root folder and execute:

tns plugin add nativescript-open-youtube

Usage

JavaScript
// require the plugin
var Youtube = require("nativescript-open-youtube").Youtube;

// instantiate the plugin
var youtube = new Youtube();

youtube.open('VypbgNAsqos');
TypeScript
// require the plugin
import { Youtube } from "nativescript-open-youtube";

// instantiate the plugin
let youtube = new Youtube();

youtube.open('VypbgNAsqos');

Package Sidebar

Install

npm i nativescript-open-youtube

Weekly Downloads

0

Version

1.2.3

License

MIT

Unpacked Size

7.74 kB

Total Files

15

Last publish

Collaborators

  • brunoziie