项目作者: schultyy

项目描述 :
Tracks GitHub Issues offline in your browser
高级语言: JavaScript
项目地址: git://github.com/schultyy/cabinet.git
创建时间: 2017-05-26T13:00:52Z
项目社区:https://github.com/schultyy/cabinet

开源协议:

下载


Cabinet

Cabinet is an offline capable in-browser GitHub Issues client. It is able to store issues in the browser’s WebSQL or IndexedDB database to allow users to browse issues even when they’re not online.

It also ships with basic write functionalities, such as manipulating an issue’s state.

Usage

This app runs completely in your browser. You visit https://schultyy.github.io/cabinet/. The first time you’ll see a dialogue which asks you to configure your GitHub personal access token. You’ll need to permit full repo access.

It then loads the first 100 repositories which are available under your user’s account. For each repository you’re able to download its issues by selecting it in the sidebar.

Development

  • Node 6.10 or greater
  • A Serviceworker-enabled browser
  • npm 5 or greater