This module will provide an abstraction and extension layer to the $window's object localStorage object. Since localStorage can be used as a caching layer on mobile devices, it also acts as a lightweight persistence layer for mobile applications running on a cordova platform.
http://caniuse.com/#search=localstorage
- AngularJS (http://angularjs.org/)
- MomentJS (http://momentjs.com/)
bower install cachomatic
# checkout the repository
git clone git@github.com:ryanpager/cachomatic.git <folder>
# install npm dependencies
npm install
# install bower dependencies (moment)
bower install
# build the source
gulp build
- No more reliance on MomentJS
- Unit-tests
- Encryption