Coder Social home page Coder Social logo

tndavaloz / inbrief Goto Github PK

View Code? Open in Web Editor NEW

This project forked from johnjones4/inbrief

0.0 2.0 0.0 1.17 MB

InBrief is a personal briefing app and dashboard powered by Node.js/React.

License: MIT License

Makefile 0.54% JavaScript 89.94% HTML 0.43% CSS 9.08%

inbrief's Introduction

InBrief

Build Status Maintainability

JavaScript Style Guide

App screenshot

About

InBrief is a personal briefing app and dashboard powered by Node.js/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
  • Twitter
  • Weather Underground

Setup

  1. Within both the client and server folders, run npm install to install Node.js dependencies.
  2. Run npm build within the client folder.
  3. Copy config.sample.json to config.json within the server folder. The config.json file is organized as a map of widget class names to configuration parameters.
  4. Update the properties in config.json to meet your configuration needs. If you do not want to use a particular widget, delete that section of config.json.
  5. Start the server by running node index.js within the server folder. Express will begin listening at port 8080. (Set the PORT environment variable to listen on another port.)

Deploying With Docker

You can deploy this via Docker by running docker build ./. There is also a Makefile included that builds and deploys InBrief to a server running Docker.

inbrief's People

Contributors

johnjones4 avatar

Watchers

James Cloos avatar Nick Davaloz 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.