Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/QuintGao/GKWYMusic

iOS基于FreeStreamer的仿网易云音乐播放器
https://github.com/QuintGao/GKWYMusic

Last synced: 20 days ago
JSON representation

iOS基于FreeStreamer的仿网易云音乐播放器

Awesome Lists containing this project

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)

- 支持作者


&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp

[回到顶部](#readme)