axios-slim

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i axios-slim

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

9.76 kB

Total Files

9

Last publish

Collaborators

  • rayraegah