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

https://github.com/rayraegah/axios-slim

A tiny alternative to axios for nodejs
https://github.com/rayraegah/axios-slim

axios http-client https-client

Last synced: 9 months ago
JSON representation

A tiny alternative to axios for nodejs

Awesome Lists containing this project

README

          

# Axios Slim

A tiny alternative to axios for nodejs. This library can be used to make http requests within any nodejs application.

## Usage

Install the dependency package from `npm`

```
npm i axios-slim --save
```

Import axios-slim into your project

```
const axios = require("axios-slim");
// or
import axios from "axios-slim";
```

## License

Released under the MIT license