#MobSense
####Known Issues: v0.0.1
- Auto update date at button of the page
- Clear old user data when switching logins
- Terminate socket.io on logout
- Update tutorial mobsense.net
- Local authentication iOS/Android
####Feature Request: v0.0.1
####MobSense Mobile Data collection Framework.
- Data collection and visualization for iOS and Android.
- Save data.
- Sensor enumeration. (coming soon)
- email data. (coming soon)
####MobSense is built on top of the following libraries :
- Node.js - Application Server
- Express.js - Node.js Web Framework
- MongoDb - Database Storage
- Jade - HTML Templating Engine
- Stylus - CSS Preprocessor
- EmailJS - Node.js > SMTP Server Middleware
- Moment.js - Lightweight Date Library
- Twitter Bootstrap - UI Component & Layout Library
- socket.io Socket.IO enables real-time bidirectional event-based communication.
- Passport Passport is authentication middleware for Node.js.
- Durandal Single Page Apps Done Right.
####Installation & Setup
- npm install -d
- This assumes you already have node.js, mongodb, and npm configured and installed.
- You will need to update the Facebook, Twitter, and Google API keys.
- node app.js
Questions and suggestions for improvement are welcome. Work is (c) 2016 Stream^N Inc.
####Related Projects