https://github.com/benderfarmer/slideswiper
Simple rest sever swiping slides of your presentation
https://github.com/benderfarmer/slideswiper
express flask nodejs python
Last synced: 3 months ago
JSON representation
Simple rest sever swiping slides of your presentation
- Host: GitHub
- URL: https://github.com/benderfarmer/slideswiper
- Owner: BenDerFarmer
- Created: 2022-01-12T15:07:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T13:39:55.000Z (about 4 years ago)
- Last Synced: 2024-12-08T10:24:34.039Z (over 1 year ago)
- Topics: express, flask, nodejs, python
- Language: HTML
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SlideSwiper
Simple rest sever swiping slides of your presentation.
Nodejs version also available [here](https://github.com/ChaotenHG/SlideSwiper/tree/nodejs).
# Usage
1. Install and run - see institutions below.
2. Navigate to `yourserverip:8080` on your mobile phone.
3. Enjoy.
# Installation
## Windows
1. Download the exe file [here](example.com).
2. Execute the file.
3. look for the second ip (`not 127.0.0.1`).
## Linux & Mac
1. Install python3.
2. Clone this repo using `git clone https://github.com/ChaotenHG/SlideSwiper.git`.
3. Run `python3 src/main.py`.
4. Look for the second ip (`not 127.0.0.1`).
### Chrome OS
5. Enable port forward for `8080` like [here](https://chromeos.dev/en/web-environment/port-forwarding).
8. Install your presentation tool using the linux container for example `sudo apt install firefox`.