pukmajster / yt-crosslink-pwa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

YT Crosslink is a PWA that enables users to quickly forward a youtube video url from their phone to their dekstop machine.

Just don't take it too seriously. This was just me experimenting with PWAs.

The PWA source code can be found in the "gh-pages" branch.

Setting up the API

  1. Visit https://github.com/pukmajster/yt-crosslink-api and download the YT Crosslink API.
  2. (OPTIONAL) You can change the default port in the ENV file if you so wish
  3. Execute npm run dev to run the api.
  4. Your API should now be ready!

Setting up the PWA

  1. Visit https://pukmajster.github.io/yt-crosslink-pwa and download the YT Crosslink PWA.
  2. On your PC, figure out your IPv4 address
  3. In the Crosslink app, enter the IPv4 address of your PC along with the port the API is running on (example: 192.168.0.xxx:3000) and click 'SAVE IP'
  4. That's it, you're now fully set up!

About

License:MIT License