Skip to content

vleroy/vue-cast-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vue plugin to cast URL easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published