GitXplorerGitXplorer
a

home-dashboard

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
90569652759be6f1a79649bf5e919d37ca425615

Fetch incoming cards and add some styling

aaxelson committed 8 years ago
Unverified
10b9df8ddafa71b188979869484b502db6444cda

First semi-working version using react-server as the backend

aaxelson committed 8 years ago
Unverified
de434c86ce4734719810058c7ff6aeedbc538efb

Initial react-server app

aaxelson committed 8 years ago
Unverified
e85198f63454547f501cc2a9b1609292eac4453a

Update dependencies

aaxelson committed 9 years ago
Unverified
d5c3285a61767db023d62c08e13845cec8782f2d

Clean up quotes

aaxelson committed 10 years ago
Unverified
2fef7d6ce4477185db0412945059fd91ff32be97

Remove getIncomingList

aaxelson committed 10 years ago

README

The README file for this repository.

Home Dashboard

Purpose: To provide high-level overview and control of my apartment.

Architecture:

  • Angular
  • node.js

Note: Want to avoid a database if possible, but if need one then maybe graphite/statsd Use docker?

MVP

Angular CoffeeScript application that displays selected lists/items from my Trello account.

Built as a node.js (io.js?) single-page app. No database in MVP.

Uses webhooks to watch list: https://trello.com/docs/gettingstarted/webhooks.html Uses websockets on Heroku (https://devcenter.heroku.com/articles/websockets) to receive notifications

Running

supervisor app.coffee gulp sass

TODO: