github: https://github.com/radioit/radioit-desktop
lz 在看动画之余有时会听跟动画联动的广播,嫌打开网页麻烦,写了 python 脚本来抓。
近来在想弄个带 GUI 的,由于以前稍稍用过 node-webkit(现在叫 NW.js),所以尝试用 Electron(原来叫 Atom Shell)来做一个。下面是截图。

有一些简单的功能:
1、浏览三个广播站的广播
2、浏览广播的详细信息
3、得到广播的音频地址
关于 Electron 的博文不多,于是也在更新编写过程的总结性博文:
http://blog.e10t.net/build-application-with-angular-and-ng-material-based-on-electron-0-preface/
http://blog.e10t.net/build-application-with-angular-and-ng-material-based-on-electron-1-analyze-and-configuration/
另外 Electron 的例子同样也不多,于是也在写上面的应用之后尝试抽出了一个 startup application。
github: https://github.com/exoticknight/electron-startup
大家可以来给建议和 PR。
lz 在看动画之余有时会听跟动画联动的广播,嫌打开网页麻烦,写了 python 脚本来抓。
近来在想弄个带 GUI 的,由于以前稍稍用过 node-webkit(现在叫 NW.js),所以尝试用 Electron(原来叫 Atom Shell)来做一个。下面是截图。

有一些简单的功能:
1、浏览三个广播站的广播
2、浏览广播的详细信息
3、得到广播的音频地址
关于 Electron 的博文不多,于是也在更新编写过程的总结性博文:
http://blog.e10t.net/build-application-with-angular-and-ng-material-based-on-electron-0-preface/
http://blog.e10t.net/build-application-with-angular-and-ng-material-based-on-electron-1-analyze-and-configuration/
另外 Electron 的例子同样也不多,于是也在写上面的应用之后尝试抽出了一个 startup application。
github: https://github.com/exoticknight/electron-startup
大家可以来给建议和 PR。