1.0.1 • Published 6 years ago

axios-slim v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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