Synopsis
Impact Mission is a personal and event goal tracking webapp for supporting nonprofits. It allows users to use fitbit/jawbone data to support nonprofits.
You can find a copy of the live app on Heroku at http://impactmission.io, and the repository at https://github.com/alwang85/run4cause.
Features:
- Fitbit/Jawbone OAuth 2.0 integration & session management & metric standardization
- Event triggered real time updates
- Query caching with memcached
- Increased perceived front-end responsiveness and Angular code optimization with js-data (Object Relational Mapping layer + datastore)
- Real time chart/stat updates through socket.io
- When user joins an impact
- When a user’s data is synced with fitness tracking device
- Upon event success, messages are sent to sponsors + messaging capability
Tools used:
Gulp, AngularUI Router, Lodash, OAuth 2.0, socket.io, chart.js, moment.js, browserify, js-data, Passport.js, Mongoose, Heroku, Bootstrap, MongoDB, ExpressJS, AngularJS, and Node.js.