https://github.com/yusufshakeel/dycachejs
Cache data using JavaScript in the browser.
https://github.com/yusufshakeel/dycachejs
cache javascript javascript-cache json
Last synced: about 2 months ago
JSON representation
Cache data using JavaScript in the browser.
- Host: GitHub
- URL: https://github.com/yusufshakeel/dycachejs
- Owner: yusufshakeel
- License: mit
- Created: 2018-03-30T06:17:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T15:37:22.000Z (over 7 years ago)
- Last Synced: 2025-07-01T09:50:37.147Z (about 1 year ago)
- Topics: cache, javascript, javascript-cache, json
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dyCacheJS
Cache data using JavaScript in the browser.
### Status
[](https://github.com/yusufshakeel/dyCacheJS)
[](https://www.npmjs.com/package/dycachejs)
[](https://travis-ci.org/yusufshakeel/dyCacheJS)
[](https://www.jsdelivr.com/package/npm/dycachejs)
### Getting Started
* Download the [latest release](https://github.com/yusufshakeel/dyCacheJS/releases) of the project.
* Clone the repo: `git clone https://github.com/yusufshakeel/dyCacheJS.git`
* Install via npm: `npm install --save dycachejs`
* Use from jsDelivr CDN: `https://www.jsdelivr.com/package/npm/dycachejs`
### Documentation
Check the `index.html` file of this project.
### License
It's free and released under [MIT License](https://github.com/yusufshakeel/dyCacheJS/blob/master/LICENSE) Copyright (c) 2018 Yusuf Shakeel
### Donate
Feeling generous :-) Buy me a cup of tea.
[Donate via PayPal](https://www.paypal.me/yusufshakeel)
### How to setup?
Run `npm install` to install all the packages.
Then run `npm run all` to build and run the tests.
You will get the minified file inside `dist/js` directory.