Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufshakeel/dycachejs
Cache data using JavaScript in the browser.
https://github.com/yusufshakeel/dycachejs
cache javascript javascript-cache json
Last synced: 4 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T15:37:22.000Z (about 6 years ago)
- Last Synced: 2024-10-16T08:30:58.430Z (3 months ago)
- Topics: cache, javascript, javascript-cache, json
- Language: JavaScript
- Homepage: https://yusufshakeel.github.io/dyCacheJS/
- Size: 126 KB
- Stars: 0
- Watchers: 2
- 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
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yusufshakeel/dyCacheJS)
[![npm version](https://img.shields.io/badge/npm-1.6.5-blue.svg)](https://www.npmjs.com/package/dycachejs)
[![Build Status](https://travis-ci.org/yusufshakeel/dyCacheJS.svg?branch=master)](https://travis-ci.org/yusufshakeel/dyCacheJS)
[![](https://data.jsdelivr.com/v1/package/npm/dycachejs/badge)](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.