Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.38 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.38 KB

WatchIT server side application is resposible to send play data to a mobile device (filtering, auth)

Working Demo URL: https://watchit-eu.herokuapp.com/

Windows Client | Android Client

Contents

Usage

WatchIT server uses Firebase Cloud Messaging so it requires firebase.json in the root of the project. You can generate the file from: Your Firebase Project > Project Settings > Service accounts

Install dependencies:

$ npm install

Run the app:

$ npm start

Endpoints

All routes with access restriction require bearer token as authorization header:

  Authorization: Bearer [token]