store.js
Cross-browser storage for all use cases, used across the web.
File Explorer
Download Latest Version (.zip)- config.yml
- store.everything.js
- store.everything.min.js
- store.legacy.js
- store.legacy.min.js
- store.modern.js
- store.modern.min.js
- store.tests.js
- store.tests.min.js
- store.v1-backcompat.js
- store.v1-backcompat.min.js
- json2.js
- lz-string.js
- all.js
- all_tests.js
- compression.js
- compression_test.js
- defaults.js
- defaults_test.js
- dump.js
- dump_test.js
- events.js
- events_test.js
- expire.js
- expire_test.js
- json2.js
- json2_test.js
- observe.js
- observe_test.js
- operations.js
- operations_test.js
- update.js
- update_test.js
- v1-backcompat.js
- v1-backcompat_test.js
- list-supported-browsers.js
- saucelabs-api.js
- saucelabs-platformSets.js
- saucelabs.js
- tunnel.js
- compile-builds.js
- create-tunnel.js
- release.sh
- run-browser-tests-live-reload.js
- run-node-tests.js
- run-saucelabs-tests.js
- store-engine.js
- util.js
- all.js
- cookieStorage.js
- localStorage.js
- memoryStorage.js
- oldFF-globalStorage.js
- oldIE-userDataStorage.js
- sessionStorage.js
- all.js
- gh-215.js
- gh-235.js
- gh-236.js
- gh-239.js
- tests.js
- util.js
- .gitignore
- Changelog
- COPYRIGHT
- LICENSE
- Makefile
- package.json
- README-More.md
- README.md
- sublime-storejs.sublime-project
- yarn.lock
๐ Installation Guide
1. Get the code
git clone https://github.com/marcuswestin/store.js
Downloads the entire project code from GitHub to your computer.
cd store.js
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm i store
Type this command into your terminal and run it.
// Example store.js usage with npm
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
