https://github.com/maxmellon/comelon
[UNMAINTAINED] :tv: nicolive comment viewer
https://github.com/maxmellon/comelon
Last synced: about 1 year ago
JSON representation
[UNMAINTAINED] :tv: nicolive comment viewer
- Host: GitHub
- URL: https://github.com/maxmellon/comelon
- Owner: MaxMEllon
- License: mit
- Created: 2016-02-11T08:58:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T18:49:40.000Z (almost 10 years ago)
- Last Synced: 2025-02-23T18:37:47.321Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.36 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

Badges
## Screenshots
## Installation
Quick start for developers.
```sh
$ npm install -g electron-prebuild
$ npm install -g comelon
$ comelon # running comelon
```
If you cannot run `npm` command.
Then, you are able to download `github release`
[v0.2.3 binary](https://github.com/MaxMEllon/comelon/releases/tag/v0.2.3)
## For development
```sh
$ git clone https://github.com/MaxMEllon/comelon.git && cd comelon
$ npm i
$ npm run compile
$ node_modules/.bin/electron .
```
If you would like to watching the source code, then You should execute `npm run start`.
When you run unit test, you need to set enviorment value.
For example as follows.
```
$ export USER_EMAIL=sample@hoge.com
$ export PASSWORD=XXXXXXXXXXXX
$ npm run test
```
e2e test like when unit test to run, you need to set value.
## Contribute
Everything okay.
がんがんいこうぜ(小さなプルリクエストからなんでも待ってます)
## Download Binary
- [comelon/releases](https://github.com/MaxMEllon/comelon/releases)
## Todo
[TODO](./TODO.md)