0.1.1 • Published 10 years ago
somafood-ng-analytics v0.1.1
somafood-ng-analytics
Qulinary Analytics (wrapper for intercom & segment)
Pre-requisites
- Node
- Bower
- Grunt
Setup your SSH keys in Bitbucket. See instructions
Installation
npm install
bower install
grunt testUsage
- Broadcast
CURRENT_FOODIE_UPDATEDwhen the current foodie is updated so that its updated on the analytics side. Should happen inng-auth - Add
trackLogoutinLoginCtrl > logouton Logout success.
TODO:
1. Externalize state history --> remove dependency on $ionicHistory. Remove stateChangeListening from here, and add it to the app.run of the parent app.
Contributing
- Conform to
.jshintrcand.jsbeautifyrc - Run
grunt codequalityto test your code - Run
grunt jsbeautifier:fixto quickly format your code