Categorygithub.com/AndrefHub/ppdiff-overlay
repositorypackage
0.0.1
Repository: https://github.com/andrefhub/ppdiff-overlay.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Installation tutorial

1. Get Client ID and Client Secret from osu!

1.1. Go to this page

1.2. Scroll down to OAuth and click New OAuth Application

1.3. Enter whatever name you want and click Register Application

1.4. Copy your new application's ID and Secret and paste them in config.ini

2. Add new widgets

2.1. All widgets should be located in /static folder so this application can access them

2.2. Widget should be located in it's own folder and have index.html as it's main page

2.3. Widget can be accessed in browser by adding it's name to server's IP

Project's tree example:

.
├── ppdiff-overlay.exe
├── config.ini
└── static
    └── dummy-widget
        ├── index.js
        ├── index.css
        └── index.html

In this example, dummy-widget can be accessed on http://localhost:57275/dummy-widget

3. Run executable and enjoy