Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaetansenn/xhr-cache
Cache api resources and serve it as static resource with Nuxt.js
https://github.com/gaetansenn/xhr-cache
Last synced: 12 days ago
JSON representation
Cache api resources and serve it as static resource with Nuxt.js
- Host: GitHub
- URL: https://github.com/gaetansenn/xhr-cache
- Owner: gaetansenn
- License: mit
- Created: 2019-10-09T16:36:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:57:33.000Z (16 days ago)
- Last Synced: 2024-10-29T13:11:31.438Z (16 days ago)
- Language: JavaScript
- Homepage: https://xhr-cache.dewib.com
- Size: 876 KB
- Stars: 27
- Watchers: 2
- Forks: 4
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# XHR Cache Module v3.2.2
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Circle CI][circle-ci-src]][circle-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![Standard JS][standard-js-src]][standard-js-href]> Cache application/json api resources and serve it as static resource
Get started with the [documentation](https://xhr-cache.dewib.com)
## Setup
```sh
yarn add @dewib/xhr-cache # yarn
npm i @dewib/xhr-cache # npm
```## License
[MIT License](./LICENSE)
[npm-version-src]: https://flat.badgen.net/npm/v/@dewib/xhr-cache
[npm-version-href]: https://npmjs.com/package/@dewib/xhr-cache
[npm-downloads-src]: https://flat.badgen.net/npm/dt/@dewib/xhr-cache
[npm-downloads-href]: https://npmjs.com/package/@dewib/xhr-cache
[circle-ci-src]: https://flat.badgen.net/circleci/github/gaetansenn/xhr-cache
[circle-ci-href]: https://circleci.com/gh/gaetansenn/xhr-cache
[codecov-src]: https://codecov.io/gh/gaetansenn/xhr-cache/branch/master/graph/badge.svg
[codecov-href]: https://codecov.io/gh/gaetansenn/xhr-cache
[standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square
[standard-js-href]: https://standardjs.com