Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaonianzhentan/home-client
家庭中心客户端
https://github.com/shaonianzhentan/home-client
Last synced: 13 days ago
JSON representation
家庭中心客户端
- Host: GitHub
- URL: https://github.com/shaonianzhentan/home-client
- Owner: shaonianzhentan
- Created: 2017-07-25T15:55:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T07:22:58.000Z (about 7 years ago)
- Last Synced: 2024-10-03T20:41:28.950Z (about 1 month ago)
- Language: CSS
- Size: 569 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
简单介绍(代码全部合并到服务端了,客户端停止更新)
===
本程序依赖[Electron](https://github.com/electron/electron)、[NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)这个是我准备做的家庭中心整套程序的客户端,需要配合服务端使用
暂时的功能就是,可以用手机操作音乐播放,也可以用电视遥控器控制音乐播放
随时随地享受到无处不在的音乐
下载到本地 git clone https://github.com/shaonianzhentan/Home-client
# 安装 `electron` 全局命令到你的 $PATH
[electron](https://github.com/electron/electron)推荐使用[cnpm](https://github.com/cnpm/cnpm)安装,不然会很慢很慢npm install electron -g
安装成功后执行命令: electron 项目所在的文件夹名称
例 :electron Home-client
![Image text](https://github.com/shaonianzhentan/Home-client/blob/master/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE(1).png)
![Image text](https://github.com/shaonianzhentan/Home-client/blob/master/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE(2).png)
![Image text](https://github.com/shaonianzhentan/Home-client/blob/master/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE(3).png)
# 替换本地文件到最新版
git reset --hardgit pull