All Projects → liubaiye → react-music

liubaiye / react-music

Licence: other
基础react 开发的一个音乐播放器,欢迎指正。作者QQ:704251611

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-music

Qt5-MusicPlayer
基于Qt5开发的一个小巧精美的本地音乐播放器。代码注释详细,适合作为一个用于入门的Qt5实战项目。
Stars: ✭ 136 (+946.15%)
Mutual labels:  music-player
now-course
Proyecto para el curso de Now.sh en Platzi
Stars: ✭ 19 (+46.15%)
Mutual labels:  react-app
spotube
A lightweight free Spotify 🎧 desktop-client 🖥 which handles playback manually, streams music using Youtube & no Spotify premium account is needed 😱
Stars: ✭ 361 (+2676.92%)
Mutual labels:  music-player
listen-now-desktop
listen-now的跨平台桌面客户端,基于Electron开发。
Stars: ✭ 30 (+130.77%)
Mutual labels:  music-player
StarlightMusic
小而精致的跨平台音乐播放器,使用Qt / Qml + FFmpeg
Stars: ✭ 35 (+169.23%)
Mutual labels:  music-player
MusicPlayer
Android课程作业,简单的音乐播放器
Stars: ✭ 25 (+92.31%)
Mutual labels:  music-player
flutter-tunein
Dynamically themed Music Player built with flutter
Stars: ✭ 108 (+730.77%)
Mutual labels:  music-player
react-full-stack-starter
🎈Full-stack React boilerplate using `create-react-app`, Babel, Node.js, and express
Stars: ✭ 22 (+69.23%)
Mutual labels:  react-app
embed-client
🎼 Sheet Music & Tabs Embed JavaScript Client
Stars: ✭ 43 (+230.77%)
Mutual labels:  music-player
MailTape.github.io
MailTape - Feed your inspiration with music, every Sunday morning.
Stars: ✭ 23 (+76.92%)
Mutual labels:  music-player
netease-music-crx
浏览器插件版网易云音乐
Stars: ✭ 110 (+746.15%)
Mutual labels:  music-player
amplyfm
A free and open-source web app for streaming music.
Stars: ✭ 46 (+253.85%)
Mutual labels:  music-player
reactjs-portfolio
Welcome to my portfolio react.js repository page.
Stars: ✭ 109 (+738.46%)
Mutual labels:  react-app
badtaste
🎵 Terminal player with filesystem, google music and vk.com support
Stars: ✭ 40 (+207.69%)
Mutual labels:  music-player
SwiftAudioPlayer
[WIP] Simple music player for macOS written in Swift
Stars: ✭ 33 (+153.85%)
Mutual labels:  music-player
SwimplyPlayIndicator
Animated PlayIndicator written in SwiftUI. Inspired by Apple's Music Player.
Stars: ✭ 52 (+300%)
Mutual labels:  music-player
Callsmusic-Plus
Powerful Telegram Voice Chat Player Bot Based On CallsMusic With More Advanced Features!
Stars: ✭ 55 (+323.08%)
Mutual labels:  music-player
Refresh-Music-Player
A beautifully designed music player app for android.
Stars: ✭ 22 (+69.23%)
Mutual labels:  music-player
play
A Google Play Music desktop player built with Electron, styled for the minimalist
Stars: ✭ 47 (+261.54%)
Mutual labels:  music-player
Groovy
Groovy is a social music application for Android.
Stars: ✭ 20 (+53.85%)
Mutual labels:  music-player

前言

这是一个基于react 开发的一个音乐app,灵感来至于 @ustbhuangyi 黄老师的vue music-app,对此表示感谢。

谢谢 wandou1989帮我部署app网站服务器!

感谢 api server 提供者Binaryify

api地址 https://binaryify.github.io/NeteaseCl…

效果预览

安装

前提条件需在本地安装 api server 参考上面的api地址在本地启用。项目中默认监听的是4000端口,也可在我项目中fetch.js中进行修改配置

$ git clone [email protected]:liubaiye/react-music.git
$ npm install

运行

$ npm start

服务器启动默认端口为 3000,若不想使用 3000 端口,可使用以下命令: Mac/Linux

$ PORT=4000 node app.js

Ending

有问题欢迎交流

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].