# axios-middleware

[![Build Status](https://travis-ci.org/emileber/axios-middleware.svg?branch=master)](https://travis-ci.org/emileber/axios-middleware)
[![npm version](https://badge.fury.io/js/axios-middleware.svg)](https://www.npmjs.com/package/axios-middleware)
[![codecov](https://codecov.io/gh/emileber/axios-middleware/branch/master/graph/badge.svg)](https://codecov.io/gh/emileber/axios-middleware)


Simple [axios](https://github.com/axios/axios) HTTP middleware service.

## Installation

```
npm install --save axios-middleware
```

## How to use

Explore [**the documentation**](https://emileber.github.io/axios-middleware/) or the `docs/` directory.

## Contributing



### Updating the documentation

The documentation is only static files in the `docs` directory. It uses [docsify](https://docsify.js.org/#/).

```
npm run docs
```
