All Projects → xwartz → Pupafm

xwartz / Pupafm

Licence: mit
🎵 douban.fm Music Desktop Player

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pupafm

doubanrobot
A simple robot for Douban.com
Stars: ✭ 34 (-90.03%)
Mutual labels:  douban
douban-movie
Get movie info from douban(豆瓣) and display in your terminal
Stars: ✭ 17 (-95.01%)
Mutual labels:  douban
Hexo Douban
💿 A simple plugin for hexo that helps us generate pages for douban books ,movies and games.
Stars: ✭ 277 (-18.77%)
Mutual labels:  douban
douban
基于thinkphp5.1的豆瓣电影API
Stars: ✭ 106 (-68.91%)
Mutual labels:  douban
DoubanMovieJSON
豆瓣电影JSON数据
Stars: ✭ 60 (-82.4%)
Mutual labels:  douban
vue-douban
高仿豆瓣app
Stars: ✭ 22 (-93.55%)
Mutual labels:  douban
psm
Pypi Source Manager: fast switch between different Pypi Source: Pypi, double, aliyun
Stars: ✭ 31 (-90.91%)
Mutual labels:  douban
Douban Movie Extension
🎬豆瓣电影传送门
Stars: ✭ 301 (-11.73%)
Mutual labels:  douban
Top15
[EOL] 使用 Top15 在你的网站中展示最近看过/读过/听过的电影/书/音乐!
Stars: ✭ 13 (-96.19%)
Mutual labels:  douban
douban-imdb-api
一个基于豆瓣、IMDB、烂番茄评分的电影电视剧双语(中英)数据api接口
Stars: ✭ 351 (+2.93%)
Mutual labels:  douban
douban-book-api
第三方豆瓣读书 api 接口
Stars: ✭ 44 (-87.1%)
Mutual labels:  douban
PopClip-Extensions
Extentions I made for PopClip.
Stars: ✭ 17 (-95.01%)
Mutual labels:  douban
react-douban
豆瓣电影-react版本
Stars: ✭ 45 (-86.8%)
Mutual labels:  douban
ToolsCollection
No description or website provided.
Stars: ✭ 20 (-94.13%)
Mutual labels:  douban
Rsshub
🍰 Everything is RSSible
Stars: ✭ 18,111 (+5211.14%)
Mutual labels:  douban
doubanIMDb
IMDb + Rotten Tomatoes + Wikipedia on Douban Movie
Stars: ✭ 93 (-72.73%)
Mutual labels:  douban
DouBanReptile
豆瓣租房小组多线程爬虫。爬取后自动按时间排序生成markdown文件。
Stars: ✭ 31 (-90.91%)
Mutual labels:  douban
Weapp Douban Film
微信小程序-豆瓣电影
Stars: ✭ 303 (-11.14%)
Mutual labels:  douban
Mpvue Douban
基于 mpvue 实现豆瓣电影微信小程序 @zce
Stars: ✭ 288 (-15.54%)
Mutual labels:  douban
alfred-workflow
No description or website provided.
Stars: ✭ 26 (-92.38%)
Mutual labels:  douban

PupaFM

screen

douban.fm Music Desktop Player.

Build Status js-standard-style Dependency Status MIT Licensed

中文说明

based on

based on

  1. Framework: Electron
  2. Bundler: Webpack, Babel, electron-builder
  3. Language: ES2015, Sass
  4. Library: React, Redux, React Router, React Hot Loader, Redux Thunk
  5. Lint: ESLint

Release Page

Releases

Development

based on

Redux DevTools

See redux-devtools-dock-monitor for more information.

Install

First, clone the repo via git:

git clone [email protected]:xwartz/PupaFM.git

And then install dependencies.

$ cd PupaFM && npm i

run

$ npm run hot-server
$ npm run hot-start

or enable watch with pm2 eco.json

$ npm start
$ npm stop
$ npm restart

Package

$ npm run compile
$ npm run pack

or just run package

$ npm run package

Build installer App

By default build for current platform and current arch.

$ npm run builder

Build app for Windows

$ npm run builder:win

Build app for Linux

$ npm run builder:linux

Note

Before runing package or builder, you should read electron-builder docs and checkout Code Signing

Contribution

Follow this code style

$ npm install
# install pre-commit lint hook
$ npm run install-hook

License

MIT © xwartz

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].