MaxMEllon / seiryuu

[WIP] :dash: "seiryuu" is a timeline watcher of twitter like comment in nicovideo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seiryuu

Codacy Badge CircleCI

About

seiryuu is a timeline watcher of twitter, like comment in nicovideo.

Installation

TODO

For development

.env is necessary to development. So, you must create .env to project root.

.env

TWITTER_CONSUMER_KEY="xxxxxxxxxxxxxxxxxxxxxxxxx"
TWITTER_CONSUMER_SECRET_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
TWITTER_TOKEN_KEY="000000000-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
TWITTER_TOKEN_SECRET_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Then you can execute to command as following, boot the seiryuu. (dont need yarn i if you downloaded node_modules.)

$ git clone https://github.com/MaxMEllon/seiryuu.git && cd seiryuu
$ yarn i
$ yarn run dev

Dependencies

global dependencies
  • node >= 8.0.0
  • yarn >= 0.24.5

How to use

TODO

LICENSE

Copyright (c) 2017 "MaxMEllon" Kento TSUJI

Licensed under the MIT license

⤴️

About

[WIP] :dash: "seiryuu" is a timeline watcher of twitter like comment in nicovideo.

License:MIT License


Languages

Language:TypeScript 87.9%Language:JavaScript 8.6%Language:HTML 1.9%Language:CSS 1.6%