axios-response-logger

Axios interceptor which logs responses

MIT License

Downloads
362
Stars
25

axios-response-logger npm version Build Status

An interceptor which logs responses

Installing

npm install axios-response-logger --save

Usage

Simply require / import the library as part of your bootstrapping (before your requests).

// es5
require('axios-response-logger');

// es6
import 'axios-response-logger';

Running Tests

npm test
Package Rankings
Top 7.25% on Npmjs.org
Badges
Extracted from project README
npm version Build Status