Fanfou Desktop Notifier
- macOS: >= 10.8 or Growl if earlier.
- Linux:
notify-osd
orlibnotify-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
- Clone this repository
$ git clone https://github.com/LitoMore/fanfou-desktop-notifier.git
- Install Dependencies
$ cd fanfou-desktop-notifier
$ npm install
- Create config file
$ cp config.json.example config.json
- Config your account in
config.json
{
"CONSUMER_KEY": "consumer_key",
"CONSUMER_SECRET": "consumer_secret",
"OAUTH_TOKEN": "oauth_token",
"OAUTH_TOKEN_SECRET": "oauth_token_secret"
}
- Launch notifier
$ node app.js
Or launch with pm2
$ pm2 start app.js
- fanfou-sdk - Fanfou SDK for Node.js
- fanfou-streamer - Fanfou Streaming API SDK for Node.js
MIT © LitoMore