Skip to content

ngirot/NeverGetBored

Repository files navigation

Entertainment aggregator Build Status

Introduction

NeverGetBored aggregate content from entertainment platforms, and show you everything you can do in one place.

Screenshot

Currently, those platforms are supported:

  • Twitch: display live streams
  • Todoist: display tasks due today (or before)
  • Feedly: display all unread feeds
  • Spotify: display not fully played shows' episodes
  • Github: display all unread notifications

Download

The latest runnable packages can be found in the Github release tab

Build

Requirements : Node.js >= 8

To package the app:

$ npm install
$ npm run package

To run the app in dev mode:

$ npm install
$ npm run dev