Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agustinsrg/request-axios
- Owner: AgustinSRG
- License: mit
- Created: 2023-11-22T10:48:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-14T14:20:19.000Z (4 months ago)
- Last Synced: 2024-10-31T13:42:24.098Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 298 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).