0.0.3 • Published 5 years ago

vue-cast-url v0.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

vue-cast-url

Vue plugin to show your website on a chromecast with a single function. This project is using the URL Cast Receiver from DeMille

For more information check the API reference

Setup

npm install --save vue-cast-url
import Vue from 'vue'
import CastPlugin from 'vue-cast-url'

Vue.use(CastPlugin)

Usage

<div class="google-class-btn"></div>

The Google cast button will be append to this node.

await this.$cast.send('https://demille.github.io/url-cast-receiver/')