Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yingdev/kissnemp
[OBSOLETE] 'Keep it Simple & Stupid' Netease Music Player. (JavaScript)
https://github.com/yingdev/kissnemp
Last synced: about 2 months ago
JSON representation
[OBSOLETE] 'Keep it Simple & Stupid' Netease Music Player. (JavaScript)
- Host: GitHub
- URL: https://github.com/yingdev/kissnemp
- Owner: yingDev
- Created: 2016-01-13T19:56:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T02:32:03.000Z (almost 9 years ago)
- Last Synced: 2024-04-24T04:46:08.436Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 986 KB
- Stars: 135
- Watchers: 6
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://raw.githubusercontent.com/yingDev/KissNemp/master/screenShots/min.jpg)
# KissNemp
`简单粗暴`版的网易云音乐播放器 (for Linux)
`Keep it Simple & Stupid` NetEase Music Player
基于 [Electron](https://github.com/atom/electron)
# 原理
就是一个Web版网易云音乐的Wrapper (+各种hack)...基于Electron实现以下功能:
- 独立运行
- 迷你模式
- 通过托盘菜单控制播放
- 全局快捷键(TODO)
- 播放MV(TODO)# 依赖
- [NodeJs 5.x](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
- libappindicator1 (用于显示托盘图标)# 初始化 & 运行
目前没有打包,所以手动运行:(也许你需要cnpm--[npm淘宝镜像](http://npm.taobao.org/))
```bash
npm install
npm start
```# License
~~我也不知道~~ (自用为主)# 屏幕截图
在Ubuntu 15.10、 默认桌面![](https://raw.githubusercontent.com/yingDev/KissNemp/master/screenShots/1.png)
![](https://raw.githubusercontent.com/yingDev/KissNemp/master/screenShots/2.png)
![](https://raw.githubusercontent.com/yingDev/KissNemp/master/screenShots/3.png)