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

https://github.com/zkat/fetch-cache

Cache API implementation + protocol
https://github.com/zkat/fetch-cache

Last synced: 6 months ago
JSON representation

Cache API implementation + protocol

Awesome Lists containing this project

README

          

# fetch-cache [![npm version](https://img.shields.io/npm/v/fetch-cache.svg)](https://npm.im/fetch-cache) [![license](https://img.shields.io/npm/l/fetch-cache.svg)](https://npm.im/fetch-cache) [![Travis](https://img.shields.io/travis/zkat/fetch-cache.svg)](https://travis-ci.org/zkat/fetch-cache) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/zkat/fetch-cache?svg=true)](https://ci.appveyor.com/project/zkat/fetch-cache) [![Coverage Status](https://coveralls.io/repos/github/zkat/fetch-cache/badge.svg?branch=latest)](https://coveralls.io/github/zkat/fetch-cache?branch=latest)

[`fetch-cache`](https://github.com/zkat/fetch-cache) implements the fetch Cache API

## Install

`$ npm install --save fetch-cache`

## Table of Contents

* [Example](#example)
* [Features](#features)
* [Contributing](#contributing)
* [API](#api)

### Example

```javascript
```

### Features

### Contributing

The fetch-cache team enthusiastically welcomes contributions and project
participation! There's a bunch of things you can do if you want to contribute!
The [Contributor Guide](CONTRIBUTING.md) has all the information you need for
everything from reporting bugs to contributing entire new features. Please don't
hesitate to jump in if you'd like to, or even ask us questions if something
isn't clear.

### API