forked from KeizerDev/youtube-tv
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
28 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
node_modules/ | ||
dist/ | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,10 @@ | ||
<h1 align="center">Youtube TV</h1> | ||
|
||
<p align="center"> | ||
An electron wrapper for Youtube TV with Chromecast support. | ||
</p> | ||
|
||
---- | ||
<p align="center"> | ||
<img width="650" align="center" src="https://github.com/KeizerDev/youtube-tv/blob/master/youtube-tv.png"> | ||
</p> | ||
|
||
## Install | ||
Xbox Cloud Gaming (deck-omelet) | ||
=============================== | ||
An Electron wrapper for the Xbox Cloud Gaming service. | ||
|
||
To build | ||
-------- | ||
```bash | ||
npm install | ||
./node_modules/.bin/electron-builder | ||
``` | ||
$ npm install | ||
# Make sure you've electron installed globally ((sudo) npm install electron-prebuilt -g) | ||
$ electron index.js | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,21 @@ | ||
{ | ||
"name": "youtube-tv", | ||
"name": "xbox-cloud", | ||
"version": "0.1.0", | ||
"description": "Play games from the Xbox Cloud library", | ||
"author": "Foxlet", | ||
"main": "index.js", | ||
"dependencies": { | ||
"electron-cookies": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"electron": "^17.1.2", | ||
"electron-builder": "^22.14.13" | ||
}, | ||
"build": { | ||
"appId": "co.furcode.xbox-cloud", | ||
"productName": "Xbox Cloud Gaming", | ||
"linux": { | ||
"category": "Game" | ||
} | ||
} | ||
} |
Binary file not shown.