Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

veliovgroup/Meteor-Client-Storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client storage for Meteor

  • Bulletproof Client storage functions, localStorage with fall-back to cookies
  • Works in browser with disabled localStorage and cookies
  • 100% tests coverage

Install:

meteor add ostrio:cstorage

ES6 Import:

import { ClientStorage } from 'meteor/ostrio:cstorage';

THIS REPOSITORY MOVED TO NPM, see Client-Storage

About

Bulletproof Client storage functions for Meteor, localStorage with fall-back to Cookies

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors