GithubHelp home page GithubHelp logo

sibsfinx / pophub Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nek023/pophub-electron

0.0 2.0 0.0 431 KB

GitHub activity & notification viewer.

License: MIT License

JavaScript 86.11% Shell 1.07% CSS 12.02% HTML 0.81%

pophub's Introduction

PopHub

GitHub activity & notification viewer.

Requirements

Mac OS X 10.8 or later.

Installation

Download

You can download pre-built packages from releases page.

Build from source

$ npm install
$ npm run package

Customization

This is the state shape of PopHub.

{
  accessToken: '...',
  user: { login: 'questbeat', ... },
  activePage: 0, // = ActivePage.EVENTS
  eventsUpdateInterval: (1000 * 60 * 10), // 10 min
  notificationsUpdateInterval: (1000 * 60 * 10), // 10 min
  notificationsUpdateInterval: (1000 * 60 * 30), // 30 min
  events: [ ... ],
  fetchingEvents: false,
  notifications: {
    "questbeat/Foo": [ ... ],
    "questbeat/Bar": [ ... ]
  },
  fetchingNotifications: false,
  gitHubStatus: {
    "status": "good",
    "last_updated": "2015-09-15T05:58:44Z"
  }
}

You can customize the behavior of app by modifying the initial state in src/renderer/index.js.
See the examples below.

Example: Automatically sign in on launch

const store = configureStore({
  accessToken: '...', // Write your personal access token
  user: {
    login: 'questbeat'
  }
});

Example: Show the "Notifications" tab as default

const store = configureStore({
  accessToken: '...', // Write your personal access token
  user: {
    login: 'questbeat'
  },
  activePage: 1, // = ActivePage.NOTIFICATIONS
});

License

PopHub is released under the MIT license.
For more information, see LICENSE file in this repository.

pophub's People

Contributors

nek023 avatar

Watchers

James Cloos avatar Alexander Mescheryakov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.