Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

google-cast-launcher

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-cast-launcher

google-cast-launcher

  • 0.1.6
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

node

npm install

raspberry pi

setup: https://hackernoon.com/raspberry-pi-headless-install-462ccabd75d0 wifi: https://howchoo.com/g/ndy1zte2yjn/how-to-set-up-wifi-on-your-raspberry-pi-without-ethernet find out raspberry ip: arp -a raspberrypi (192.168.1.33) at b8:27:eb:b7:38:81 on en0 ifscope [ethernet] ssh pi@192.168.1.33 setup public/private key ssh authentcation: ssh-copy-id pi@192.168.1.33

sudo apt-get update && sudo apt-get upgrade sudo apt-get install nodejs npm git xvfb snapd --yes sudo snap install core sudo snap install chromium

sudo npm install -g npm sudo apt-get remove npm mkdir google-cast-launcher npm install google-cast-launcher setup .env file

autorun at boot

sudo npm install pm2@latest -g pm2 startup cd google-cast-launcher pm2 start node_modules/google-cast-launcher/pm2_process.config.js pm2 save

#running manually in raspberry pi xvfb-run -a --server-args="-screen 0 1280x1024x16 -ac -nolisten tcp" node build/index.js

FAQs

Package last updated on 25 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc