Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnjones4/InBrief
InBrief is a personal briefing app and dashboard powered by Electron and React
https://github.com/johnjones4/InBrief
asana dashboard email exchange-web-services homepage ics imap nodejs react rss rss-reader start-page todo todoist twitter-client weather weather-underground
Last synced: 3 months ago
JSON representation
InBrief is a personal briefing app and dashboard powered by Electron and React
- Host: GitHub
- URL: https://github.com/johnjones4/InBrief
- Owner: johnjones4
- License: mit
- Archived: true
- Created: 2017-12-05T00:03:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T23:48:28.000Z (about 3 years ago)
- Last Synced: 2024-07-29T19:26:37.441Z (4 months ago)
- Topics: asana, dashboard, email, exchange-web-services, homepage, ics, imap, nodejs, react, rss, rss-reader, start-page, todo, todoist, twitter-client, weather, weather-underground
- Language: JavaScript
- Homepage:
- Size: 11.2 MB
- Stars: 113
- Watchers: 9
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
Awesome Lists containing this project
- jimsghstars - johnjones4/InBrief - InBrief is a personal briefing app and dashboard powered by Electron and React (JavaScript)
README
# InBrief
[![Build Status](https://travis-ci.org/johnjones4/InBrief.svg?branch=master)](https://travis-ci.org/johnjones4/InBrief)[![Maintainability](https://api.codeclimate.com/v1/badges/28160129abdf4605c5fe/maintainability)](https://codeclimate.com/github/johnjones4/InBrief/maintainability)
[![NSP Status](https://nodesecurity.io/orgs/john-jones/projects/1cf328ae-6356-40fc-9c9f-4c8e2c5e4fd8/badge)](https://nodesecurity.io/orgs/john-jones/projects/1cf328ae-6356-40fc-9c9f-4c8e2c5e4fd8)[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
![App screenshot](screenshot.png)
## About
InBrief is a personal briefing app and dashboard powered by Electron and React. In one screen, InBrief provides an overview of your top RSS feeds, Twitter lists, local weather, email unread and flagged status, todos, and schedule. This app is meant to be the homepage and daily starting place for its users.
Each widget on the app's screen draws its data via various APIs, and InBrief is designed to support future widgets and APIs as is necessary or desired. The current supported services/APIs are:
* ICS calendar feeds
* Microsoft Exchange Web Services calendars
* Microsoft Exchange Web Services email
* IMAP email (including GMail)
* RSS/Atom
* Todoist
* Asana
* Weather Underground## Installation
To install InBrief on your computer, head to the [Releases](https://github.com/johnjones4/InBrief/releases) section and download the appropriate file for your system. (Currently, there are only builds for Linux and Mac) Once running, there's a "plus" icon in the bottom right-hand corner of the window. Click that to add widgets. When a widget is added, click the edit button in its upper right-hand corner to configure it for your needs.
## Extending
To extend the capabilities of this application and add additional dashboard panels, see the [Development](Development.md) documentation