/angularjs-cachomatic

AngularJS client for LocalStorage

Primary LanguageJavaScriptMIT LicenseMIT

Cachomatic: An AngularJS Local Storage Module

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.

Browser Support

http://caniuse.com/#search=localstorage

Dependencies
Documentation
Installation
bower install cachomatic
Building
# 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
Coming Soon
  • No more reliance on MomentJS
  • Unit-tests
  • Encryption