Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.25 KB

README.md

File metadata and controls

68 lines (44 loc) · 1.25 KB

Chrome Airplay

Play videos from Chrome to your Apple TV.

Install

Install from the Chrome Web Store: https://chrome.google.com/webstore/detail/chrome-airplay/hbmlfaoeelcpjkhchbnjjefcibeadedc

Supported websites

  • Youtube

Contribute

Clone

$ git clone [email protected]:ldiqual/chrome-airplay.git
$ npm install

File structure:

  • Chrome extension code is in chrome-extension/
  • Lib code is in lib/

Build/watch JS files

Watch changes with webpack:

$ npm run watch:js:dev

Load extension in Chrome

Go to chrome://extensions/, click Load unpacked, and select chrome-extension/.

Lint

Lint the code with:

$ npm run lint

Build for production

$ npm run build:chrome-extension:prod

This will output to build/build.zip.

Credits