Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keziahmoselle/pippitrack-twitch-panel
Display your osu! pinned/tops/recent scores below your stream
https://github.com/keziahmoselle/pippitrack-twitch-panel
osu twitch
Last synced: 19 days ago
JSON representation
Display your osu! pinned/tops/recent scores below your stream
- Host: GitHub
- URL: https://github.com/keziahmoselle/pippitrack-twitch-panel
- Owner: KeziahMoselle
- License: mit
- Created: 2022-03-09T00:26:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T18:40:13.000Z (over 1 year ago)
- Last Synced: 2024-12-15T15:17:29.571Z (26 days ago)
- Topics: osu, twitch
- Language: JavaScript
- Homepage: https://dashboard.twitch.tv/extensions/zqst1nq21s3rw0y29kgrza7zt8jux0-0.0.1
- Size: 1.29 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pippitrack-twitch-panel
Display top plays and recent scores that auto updates on your Twitch channel.
# [Install the extension](https://dashboard.twitch.tv/extensions/zqst1nq21s3rw0y29kgrza7zt8jux0-0.0.1)
## Top plays
![top plays](https://share.keziahmoselle.fr/2022/03/sidekick_1yAnc3VLZY.gif)## Recent scores
![recent scores](https://share.keziahmoselle.fr/2022/03/sidekick_TiAZ2mQhPQ.gif)## Configuration view (required for osu! id)
![configuration view](https://share.keziahmoselle.fr/2022/03/sidekick_ADyHJut1Bc.png)## Installation
### Requirements
- Node 16
- [Railway](https://railway.app/) environment
- [Railway CLI](https://docs.railway.app/develop/cli)### Extension
```bash
cd extension
``````bash
npm start
``````bash
npm run build
```### Server
```bash
railway run npm start
```