mirror of
https://github.com/vipul-sharma20/node-predict.git
synced 2026-06-28 08:23:03 +00:00
No description
- JavaScript 92.2%
- EJS 5.2%
- CSS 2.6%
| public/stylesheets | ||
| routes | ||
| views | ||
| .gitignore | ||
| app.js | ||
| db.js | ||
| package.json | ||
| README.md | ||
node-predict
- Assuming that we have following data in the mongodb: event dates of push notifications, acknowledgements of the push notifications and the dates of the services availed by the user.
- Using these events we can analyze the status/usage of the application and check possibility of the app being uninstalled
- GCM device id (gcm_id) & range of dates (start_date, end_date) are passed as URL paramerters
- localhost/predict?gcm_id=123&start_date=12-04-2015&end_date=01-02-2016
- (for single day) localhost/predict?gcm_id=123&start_date=12-04-2015&end_date=12-04-2015