freezerpc/README.md
2020-11-20 10:24:35 +01:00

72 lines
1.0 KiB
Markdown

# Freezer
Free music streaming client for Deezer based on the Deezloader/Deemix "bug".
## Downloads
Binaries are available in Telegram channel: https://t.me/freezereleases
## Links
Join group: https://t.me/freezerpc
Discord: https://discord.gg/7ap654Tp3z
## Building
Requirements: NodeJS 12+
You can build binary using npm script:
```
npm i
npm run build
```
Or manually:
```
npm i
cd app
npm i
```
Frontend:
```
cd client
npm i
npm run build
cd ../..
```
Then you can run server-only using, default port: `10069`:
```
cd app
node main.js
```
You can build binaries using:
```
npm run dist
```
## Credits
**Francesco** - design help, tester
**Homam** - tester
**Bas Curtiz** - logo
**RemixDev** - how2deez
## Support me
BTC: `14hcr4PGbgqeXd3SoXY9QyJFNpyurgrL9y`
ETH: `0xb4D1893195404E1F4b45e5BDA77F202Ac4012288`
## Disclaimer
```
Freezer was not developed for piracy, but educational and private usage.
It may be illegal to use this in your country!
I am not responsible in any way for the usage of this app.
```