Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axelson/home-dashboard
https://github.com/axelson/home-dashboard
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/axelson/home-dashboard
- Owner: axelson
- License: apache-2.0
- Created: 2015-02-24T07:24:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T17:59:45.000Z (over 8 years ago)
- Last Synced: 2024-12-16T00:47:22.568Z (25 days ago)
- Language: JavaScript
- Size: 1.14 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Dashboard
Purpose: To provide high-level overview and control of my apartment.Architecture:
- Angular
- node.jsNote: 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:
- Can include unread count for gmail?
- Use grunt buildpack to deploy to prod: https://github.com/mbuchetics/heroku-buildpack-nodejs-grunt
- Switch to bluebird promise library: https://github.com/petkaantonov/bluebird/
- Use websockets/webhooks
- Trello: https://trello.com/docs/gettingstarted/webhooks.html
- Trello: https://trello.com/docs/gettingstarted/index.html#watching-models-with-webhooks
- Heroku: https://devcenter.heroku.com/articles/websockets