https://github.com/themitosan/temmiedeck
A second (and more simple) music player.
https://github.com/themitosan/temmiedeck
Last synced: about 2 months ago
JSON representation
A second (and more simple) music player.
- Host: GitHub
- URL: https://github.com/themitosan/temmiedeck
- Owner: themitosan
- License: gpl-2.0
- Created: 2022-08-16T04:55:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T18:44:58.000Z (over 1 year ago)
- Last Synced: 2025-02-10T08:14:07.995Z (4 months ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TemmieDeck
A second (and more simple) music player.
## Requirements
- [nw](https://nwjs.io/) _(aka. node-webkit / nwjs)_ version `0.68.1`
- Have some hardware that can run nw on background without any issue _(kinda obvious)_## How to install
- Clone / download this repository
- Download `nw` version [0.68.1](https://dl.nwjs.io/v0.68.1/) _(if possible, go with SDK version)_
- Paste all files from project inside `nw` folder _(`package.json` and `nw` must be at same folder)_
- Run `nw`
- _...and have some fun!_## Third-Party libraries present on this project
- [jQuery](https://jquery.com/) - by [OpenJS Foundation](https://openjsf.org/)
- [TMS.js](https://github.com/themitosan/TMS.js) - by [TheMitoSan _(formerly known as Temmie)_](https://twitter.com/themitosan)