Giter Site home page Giter Site logo

localstore's Introduction

Pure Javascript Local Ultimate UnLimited Spaces, Base on HTML5

Installation

Wait for some day

Usage

For example,

	require([ 'localstore/localstore' ], function(localstore) {
			setTimeout(function() {
				localstore.save('asdasdasd', '91823091823091823', function() {
					alert('save ok');
					localstore.read('asdasdasd', function(cache) {
						alert('you saved item is ' + cache);
					});
				});

			}, 1000)

		})

First, you need a subDomain list for store context, like

  • statics1.gtimg.com
  • statics2.gtimg.com
  • statics3.gtimg.com
  • statics4.gtimg.com
  • ...and so on

中文说明

纯Js实现本地无限空间存储,例子见test-save.html

首先配置你的静态资源域名如


你可以看一些很屌很屌的例子,见 http://xueduany.github.com/localstore/

这是前端纯JS意义上,真正实现了无线容量的本地缓存,以及可以用这些保存,保存你在网络上看到的图片,设置是电影!!!或者做RAR,ZIP压缩解压缩都支持的哟!!!

localstore's People

Contributors

xueduany avatar

Watchers

James Cloos avatar shuishui avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.