/fanfou-desktop-notifier

Fanfou notifier for desktop

Primary LanguageJavaScriptMIT LicenseMIT

fanfou-desktop-notifier

Fanfou Desktop Notifier

Requirements

  • macOS: >= 10.8 or Growl if earlier.
  • Linux: notify-osd or libnotify-bin installed (Ubuntu should have this by default)
  • Windows: >= 8, task bar balloon for Windows < 8. Growl as fallback. Growl takes precedence over Windows balloons.
  • General Fallback: Growl

See documentation and flow chart for reporter choice

Usage

  1. Clone this repository
$ git clone https://github.com/LitoMore/fanfou-desktop-notifier.git
  1. Install Dependencies
$ cd fanfou-desktop-notifier
$ npm install
  1. Create config file
$ cp config.json.example config.json
  1. Config your account in config.json
{
  "CONSUMER_KEY": "consumer_key",
  "CONSUMER_SECRET": "consumer_secret",
  "OAUTH_TOKEN": "oauth_token",
  "OAUTH_TOKEN_SECRET": "oauth_token_secret"
}
  1. Launch notifier
$ node app.js

Or launch with pm2

$ pm2 start app.js

Related

License

MIT © LitoMore