5454
5555---
5656
57- ## 🚀 Getting Started
58-
59- ### Prerequisites
60- - ** Node.js** 16+ ([ Download] ( https://nodejs.org/ ) )
61- - ** npm** (comes with Node.js)
62-
63- ### Installation
64-
65- #### Option 1: Download Pre-built Release (Recommended)
66- 1 . Go to [ Releases] ( https://github.com/naplon74/flowify-music-player/releases )
67- 2 . Download the latest installer for your platform:
68- - ** Windows** : ` Flowify-Setup-X.X.X.exe `
69- - ** macOS** : ` Flowify-X.X.X.dmg `
70- - ** Linux** : ` Flowify-X.X.X.AppImage ` or ` .deb `
71- 3 . Run the installer and follow the prompts
72- 4 . Launch Flowify and start listening!
73-
74- #### Option 2: Build from Source
75- ``` bash
76- # Clone the repository
77- git clone https://github.com/naplon74/flowify-music-player.git
78- cd flowify-music-player
79-
80- # Install dependencies
81- npm install
82-
83- # Run in development mode
84- npm start
85-
86- # Build for production
87- npm run build:win # Windows
88- npm run build:mac # macOS
89- npm run build:linux # Linux
90- ```
91-
92- ---
93-
9457## 🎮 Usage
9558
9659### Basic Controls
@@ -218,39 +181,6 @@ Contributions are welcome! Here's how you can help:
218181
219182---
220183
221- ## 📝 License
222-
223- This project is licensed under the ** MIT License** - see the [ LICENSE] ( LICENSE ) file for details.
224-
225- ```
226- MIT License
227-
228- Copyright (c) 2025 Flowify Team
229-
230- Permission is hereby granted, free of charge, to any person obtaining a copy
231- of this software and associated documentation files (the "Software"), to deal
232- in the Software without restriction, including without limitation the rights
233- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
234- copies of the Software, and to permit persons to whom the Software is
235- furnished to do so, subject to the following conditions:
236-
237- The above copyright notice and this permission notice shall be included in all
238- copies or substantial portions of the Software.
239-
240- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
241- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
242- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
243- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
244- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
245- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
246- SOFTWARE.
247- ```
248-
249- ---
250-
251- ## 🙏 Acknowledgments
252-
253- - Music streaming powered by ** hifi.401658.xyz** API
254184- Album artwork from ** TIDAL Resources**
255185- Icons from ** [ Font Awesome] ( https://fontawesome.com/ ) **
256186- Built with ❤️ by the Flowify Team
@@ -261,7 +191,6 @@ SOFTWARE.
261191
262192- ** Issues** : [ GitHub Issues] ( https://github.com/naplon74/flowify-music-player/issues )
263193- ** Discussions** : [ GitHub Discussions] ( https://github.com/naplon74/flowify-music-player/discussions )
264- - ** Email** : [ Contact] ( mailto:support@flowify.app ) * (if applicable)*
265194
266195---
267196
0 commit comments