Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/agustinsrg/request-axios

Mirror of request-browser using Axios, for tests and CI
https://github.com/agustinsrg/request-axios

Last synced: 24 days ago
JSON representation

Mirror of request-browser using Axios, for tests and CI

Awesome Lists containing this project

README

        

# Request (Axios)

[![npm version](https://badge.fury.io/js/%40asanrom%2Frequest-axios.svg)](https://badge.fury.io/js/%40asanrom%2Frequest-axios)

This library is a mirror of [request-browser](https://github.com/AgustinSRG/request-browser), but using [axios](https://axios-http.com/) instead of the native browser APIs. This is meant for CI with NodeJS.

## Installation

In order to add the library to your projects, type:

```
npm install --save @asanrom/request-axios
```

## Documentation

THis library uses the same API as [request-browser](https://github.com/AgustinSRG/request-browser).