Skip to content

Exposing Chrome's tab API as an Express web service, useful for team displays.

Notifications You must be signed in to change notification settings

greghxc/express-chromix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-chromix

A experimental project to expose Chrome's tab API as a web service for basic tab manipulation on a remote display on a private network.

Requirements

This project requires the Chromix-Too plugin and service.

Getting Started

Start chromix-too-server and start express-chromix

chromix-too-server &
git clone https://github.com/greghxc/express-chromix
cd express-chromix
npm install
npm start

Navigate to the API docs http://localhost:3000/api-docs

User: admin / Password: supersecret

About

Exposing Chrome's tab API as an Express web service, useful for team displays.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages