Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 608 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 608 Bytes

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/')