https://github.com/hiroppy/nico-resident
nico-resident is a support tools for Nicovideo's ranking .
https://github.com/hiroppy/nico-resident
Last synced: about 1 month ago
JSON representation
nico-resident is a support tools for Nicovideo's ranking .
- Host: GitHub
- URL: https://github.com/hiroppy/nico-resident
- Owner: hiroppy
- Created: 2016-05-14T13:28:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T02:26:03.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T21:56:05.594Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 12.4 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nico-resident
nico-resident is a support tools for [Nicovideo's ranking ](http://www.nicovideo.jp/ranking).

## Features
- [x] List of rankings.
- [x] Period filters.
- [x] Category filters.
- [ ] Manage user's history.
- [ ] Manage user's favorite.
- [ ] Auto check rankings.
## Install
Please download from [Releases page](https://github.com/abouthiroppy/nico-resident/releases).
```
mac: nico-resident-darwin-x64
win: nico-resident-win32-x64
```
## Development
```
$ git clone git@github.com:abouthiroppy/nico-resident.git
$ npm install
$ npm install -g electron react-tools
$ npm start
```