0.0.4 • Published 7 years ago

phone-touch v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

PhoneTouch WIP

Shows touch panel on your phone with actions depending on active app on your laptop/desktop.

At this time only linux supported.

Supported apps

  • Chrome;
  • Intellij Idea;
  • VLC;
  • Netflix;
  • Pulseaudio (require pactl);
  • Players like spotify (works better with playerctl).

Installation

Install and run desktop client:

npm install -g phone-touch
phone-touch

For Android: install apk from releases page.

For iOS: you need to manually build app, for more information see next section.

Development

Desktop

Install dependencies:

npm install

Run server:

npm start

Mobile

Install react-native:

npm install -g react-native-cli

Install js dependencies:

npm install

Run packer:

react-native start

Run app on phone:

react-native run-android
react-native run-ios

License MIT

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago