Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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