xbox-xcloud-player
TypeScript icon, indicating that this package has built-in type declarations

0.2.11 • Public • Published

Xbox-xCloud-Player

Xbox-Xcloud-Player is a library that can connect to an xCloud / xHome stream using WebRTC and provides an API interface for controlling the stream.

Install

Add the xbox-cloud-player package using npm or yarn:

npm install xbox-cloud-player --save

Local development

Requirements

- NodeJS
- npm

Steps to get up and running

Clone the repository:

git clone https://github.com/unknownskl/xbox-xcloud-player.git
cd xbox-xcloud-player

Install dependencies:

npm ci

Login to Gamepass using your Xbox Account:

npm run auth

Run development build in watch mode:

npm run watch

Create production build:

npm run build

/xbox-xcloud-player/

    Package Sidebar

    Install

    npm i xbox-xcloud-player

    Weekly Downloads

    112

    Version

    0.2.11

    License

    MIT

    Unpacked Size

    385 kB

    Total Files

    109

    Last publish

    Collaborators

    • unknownskl