Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/QuintGao/GKWYMusic
iOS基于FreeStreamer的仿网易云音乐播放器
https://github.com/QuintGao/GKWYMusic
Last synced: 20 days ago
JSON representation
iOS基于FreeStreamer的仿网易云音乐播放器
- Host: GitHub
- URL: https://github.com/QuintGao/GKWYMusic
- Owner: QuintGao
- License: mit
- Created: 2018-05-10T08:10:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T01:40:45.000Z (over 1 year ago)
- Last Synced: 2024-11-09T06:40:25.621Z (about 1 month ago)
- Language: Objective-C
- Size: 10.1 MB
- Stars: 190
- Watchers: 9
- Forks: 46
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - GKWYMusic - iOS基于FreeStreamer的仿网易云音乐播放器。【 [Priview 1](https://github.com/QuintGao/GKWYMusic/raw/master/list_play.gif) | [Priview 2](https://github.com/QuintGao/GKWYMusic/raw/master/album.gif) 】 (OOM-Leaks-Crash / Player)
README
# GKWYMusic
## 使用说明
本demo中的接口api使用的是[NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi),若要使用请先按照以下步骤配置1、安装NeteaseCloudMusicApi
```
$ git clone https://github.com/Binaryify/NeteaseCloudMusicApi.git
$ cd NeteaseCloudMusicApi
$ npm install
```
2、运行NeteaseCloudMusicApi
```
node app.js
```
3、在网页端输入http://localhost:3000/ , 如果能看到网易云音乐 API,则说明运行成功,更多说明可在[NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)官方文档上查看4、项目配置
* 修改项目中GKHttpManager类中的kBaseUrl为http://localhost:3000/ , 即可在模拟器中运行
* 若要在真机中运行,则需要修改kBaseUrl为电脑ip,如:http://192.168.224.202:3000/ ,然后电脑开启热点,手机连接热点后即可在手机上运行该项目## 效果图
- 歌单首页- 歌单页
- 歌手页
- 专辑页
- 播放页-封面
- 播放页-歌词
- 桌面歌词
## 说明
简书:[iOS基于FreeStreamer的仿网易云音乐播放器](https://www.jianshu.com/p/9ce8fe684924)## 作者
- QQ: [1094887059](http://wpa.qq.com/msgrd?v=3&uin=1094887059&site=qq&menu=yes)
- QQ群:[1047100313](https://qm.qq.com/cgi-bin/qm/qr?k=Aj_f4C5-R3X1_KEdeb_Ttg8pxK_41ZJu&jump_from=webapi)- [简书](https://www.jianshu.com/u/ba61bbfc87e8)
- 支持作者
            [回到顶部](#readme)