gsklee / ngStorage

localStorage and sessionStorage done right for AngularJS.
MIT License
2.34k stars 461 forks source link

ngStorage without AngularJS #240

Open drveresh opened 7 years ago

drveresh commented 7 years ago

Hi,

Please let us know if this can be enhanced for standalone javascript projects, just for plain use not using AngularJS.

floriangosse commented 7 years ago

You could check out https://github.com/localForage/localForage. Maybe it works for you.