GitHub - ryanpager/angularjs-cachomatic: AngularJS client for LocalStorage

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

AngularJS client for LocalStorage

License

MIT license

11 stars 1 fork Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

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

About

AngularJS client for LocalStorage

Resources

Readme

License

MIT license

Activity

Stars

11 stars

Watchers

1 watching

Forks

1 fork

Packages

No packages published