Skip to content

ngirot/NeverGetBored

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aea0e19 · Oct 28, 2020
Oct 28, 2020
Sep 1, 2019
Jul 8, 2019
Oct 28, 2020
Feb 25, 2019
Jul 20, 2019
Jul 8, 2019
Jun 28, 2020
Jul 8, 2019
Oct 28, 2020
Oct 28, 2020
Feb 25, 2019
Feb 25, 2019
Aug 31, 2019
Feb 25, 2019
Feb 25, 2019
Feb 25, 2019
Feb 25, 2019
Feb 25, 2019
Feb 25, 2019

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