freezerpc/README.md

77 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2020-08-28 23:06:19 +02:00
# Freezer
Free music streaming client for Deezer based on the Deezloader/Deemix "bug".
## Downloads
2020-11-20 21:01:53 +01:00
Binaries are available in:
[Telegram channel](https://t.me/freezereleases)
[Website](https://www.freezer.life/)
2020-08-28 23:06:19 +02:00
2020-11-03 10:17:01 +01:00
## Links
2020-08-28 23:06:19 +02:00
2020-11-03 10:17:01 +01:00
Join group: https://t.me/freezerpc
Discord: https://discord.gg/7ap654Tp3z
2020-08-28 23:06:19 +02:00
## Building
Requirements: NodeJS 12+
You can build binary using npm script:
```
npm i
npm run build
```
Or manually:
```
npm i
cd app
npm i
```
2020-11-20 10:24:35 +01:00
Frontend:
```
2020-08-28 23:06:19 +02:00
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
2020-11-20 21:01:53 +01:00
**Xandar** - Community manager, helper, tester
2020-08-28 23:06:19 +02:00
**Bas Curtiz** - logo
**RemixDev** - how2deez
2020-11-20 21:01:53 +01:00
**Huge thanks to all the Crowdin translators and all the contributors to this project <3**
2020-08-28 23:06:19 +02:00
## 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.
2020-11-20 10:24:35 +01:00
```