doogie2301 / pinup-popper-browser

GNU General Public License v3.0
2 stars 0 forks source link

Pinup Popper Browser

A companion application to Pinup Popper that allows you to browse the available games from another device.

This is an application powered by Node.js with Express to provide a view into your Pinup Popper system from any web browser on your internal network. It works by querying the PuP database to load the details of the games that have been configured, and presents them in a format that can be easily scrolled, filtered, or searched. The selected game can also be launched remotely from the app, which is enabled through the use of the Web Remote Control for Pinup Popper.

Build Status Dependencies

Features

Setup

Prerequisites

Features with an asterisk above require the following steps:

Installation

Using Node

If you already have Node installed, you can download the source code and run the following commands:

npm install
node .

The advantage to this approach is that you have the ability to customize the code.

Running without Node

The application is also packaged as a standalone executable. Simply download and extract the contents of the latest PinUpBrowser.zip file from the Releases tab, and run the PinUpBrowser.exe executable.

Configuration

The config.yml file contains settings that can be modified to support your setup and adjust preferences. Changes will take effect after the application is restarted.

Support

Bugs reports and enhancement requests can be submitted by creating an issue.

Sponsoring

This project is a contribution to the virtual pinball community, and is completely free to use. However, if you still feel the need to show your appreciation for my efforts, you can click the button below:

Buy Me A Coffee

License

This project is licensed under the terms of the GPL-3.0 license.